Color Hex Logo

#020299 Color Hex

#020299
(2,2,153)
0 Favorites   0 Comments

Color spaces of #020299

RGB 22153
HSL0.670.970.30
HSV240°99°60°
CMYK 0.990.990.00   0.40
XYZ5.79652.356230.2863
Yxy2.35620.15080.0613
Hunter Lab15.349940.5436-106.2377
CIE-Lab17.255453.4672-73.2177

#020299 color RGB value is (2,2,153).

#020299 hex color red value is 2, green value is 2 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #020299 hue: 0.67 , saturation: 0.97 and the lightness value of 020299 is 0.30.

The process color (four color CMYK) of #020299 color hex is 0.99, 0.99, 0.00, 0.40. Web safe color of #020299 is #000099. Color #020299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00000010 10011001
Octal 2 2 231
Decimal 2 2 153
Hex 2 2 99

RGB Percentages of Color #020299

%1.27
%1.27
%97.45

CMYK Percentages of Color #020299

%99
%99
%0
%40

Triadic Colors of #020299

#020299 #990202 #029902

Analogous Colors of #020299

#020299 #4d0299 #024d99

Monochromatic Colors of #020299

#020299

Complementary Color

#020299 #999902

#020299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#020299 Color CSS Codes

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

#020299 Text Font Color

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

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


#020299 Background Color

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

This div background color is #020299


#020299 Border Color

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

This div border color is #020299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020299


Comments

No comments written yet.

Please login to write comment.