color codes Logo

#01748e color codes

#01748E
(1,116,142)
0 Favorites   0 Comments

Color spaces of #01748e

RGB 1116142
HSL0.530.990.28
HSV191°99°56°
CMYK 0.990.180.00   0.44
XYZ11.140414.450227.7932
Yxy14.45020.20870.2707
Hunter Lab38.0134-14.2114-16.7400
CIE-Lab44.8718-17.6839-21.9179

#01748e color RGB value is (1,116,142).

#01748e hex color red value is 1, green value is 116 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #01748e hue: 0.53 , saturation: 0.99 and the lightness value of 01748e is 0.28.

The process color (four color CMYK) of #01748e color code is 0.99, 0.18, 0.00, 0.44. Web safe color of #01748e is #006699. Color #01748e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110100 10001110
Octal 1 164 216
Decimal 1 116 142
Hex 1 74 8E

RGB Percentages of Color #01748e

%0.39
%44.79
%54.83

CMYK Percentages of Color #01748e

%99
%18
%0
%44

Triadic Colors of #01748e

#01748e #8e0174 #748e01

Analogous Colors of #01748e

#01748e #012d8e #018e62

Monochromatic Colors of #01748e

#01748e

Complementary Color

#01748e #8e1b01

#01748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01748e Color CSS Codes

.mybgcolor {background-color:#01748e; } 
.myforecolor {color:#01748e; }
.mybordercolor {border:3px solid #01748e; }

#01748e Text Font Color

<p style="color:#01748e">Text here</p>

This sample text font color is #01748e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#01748e Background Color

<div style="background-color:#01748e">
Div content here</div>

This div background color is #01748e


#01748e Border Color

<div style="border:3px solid #01748e">
Div here</div>

This div border color is #01748e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,116,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01748e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01748e;
  -webkit-box-shadow: 1px 1px 3px 2px #01748e;
  box-shadow:         1px 1px 3px 2px #01748e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,116,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #01748e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #01748e;
  -webkit-box-shadow: 1px 1px 3px 2px #01748e;
  box-shadow:         1px 1px 3px 2px #01748e;">
Div content here</div>

This div box has shadow with color #01748e


Comments

No comments written yet.

Please login to write comment.