Color Hex Logo

#012766 Color Hex

#012766
(1,39,102)
0 Favorites   0 Comments

Color spaces of #012766

RGB 139102
HSL0.600.980.20
HSV217°99°40°
CMYK 0.990.620.00   0.60
XYZ3.13632.416812.8716
Yxy2.41680.17020.1312
Hunter Lab15.54618.8054-38.2078
CIE-Lab17.538115.8117-40.3326

#012766 color RGB value is (1,39,102).

#012766 hex color red value is 1, green value is 39 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #012766 hue: 0.60 , saturation: 0.98 and the lightness value of 012766 is 0.20.

The process color (four color CMYK) of #012766 color hex is 0.99, 0.62, 0.00, 0.60. Web safe color of #012766 is #003366. Color #012766 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100111 01100110
Octal 1 47 146
Decimal 1 39 102
Hex 1 27 66

RGB Percentages of Color #012766

%0.70
%27.46
%71.83

CMYK Percentages of Color #012766

%99
%62
%0
%60

Triadic Colors of #012766

#012766 #660127 #276601

Analogous Colors of #012766

#012766 #0e0166 #015a66

Monochromatic Colors of #012766

#012766

Complementary Color

#012766 #664001

#012766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012766 Color CSS Codes

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

#012766 Text Font Color

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

This sample text font color is #012766
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.


#012766 Background Color

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

This div background color is #012766


#012766 Border Color

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

This div border color is #012766


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,39,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #012766; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #012766;
  -webkit-box-shadow: 1px 1px 3px 2px #012766;
  box-shadow:         1px 1px 3px 2px #012766; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012766


Comments

No comments written yet.

Please login to write comment.