Color Hex Logo

#02068a Color Hex

#02068A
(2,6,138)
0 Favorites   0 Comments

Color spaces of #02068a

RGB 26138
HSL0.660.970.27
HSV238°99°54°
CMYK 0.990.960.00   0.46
XYZ4.67761.978124.1800
Yxy1.97810.15170.0641
Hunter Lab14.064534.7531-92.0876
CIE-Lab15.371948.0070-67.0248

#02068a color RGB value is (2,6,138).

#02068a hex color red value is 2, green value is 6 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #02068a hue: 0.66 , saturation: 0.97 and the lightness value of 02068a is 0.27.

The process color (four color CMYK) of #02068a color hex is 0.99, 0.96, 0.00, 0.46. Web safe color of #02068a is #000099. Color #02068a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000110 10001010
Octal 2 6 212
Decimal 2 6 138
Hex 2 6 8A

RGB Percentages of Color #02068a

%1.37
%4.11
%94.52

CMYK Percentages of Color #02068a

%99
%96
%0
%46

Triadic Colors of #02068a

#02068a #8a0206 #068a02

Analogous Colors of #02068a

#02068a #42028a #024a8a

Monochromatic Colors of #02068a

#02068a

Complementary Color

#02068a #8a8602

#02068a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02068a Color Preview on White Background

Lorem ipsum dolor sit amet.

#02068a Color CSS Codes

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

#02068a Text Font Color

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

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


#02068a Background Color

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

This div background color is #02068a


#02068a Border Color

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

This div border color is #02068a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,6,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02068a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02068a;
  -webkit-box-shadow: 1px 1px 3px 2px #02068a;
  box-shadow:         1px 1px 3px 2px #02068a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02068a


Comments

No comments written yet.

Please login to write comment.