Color Hex Logo

#002c9b Color Hex

#002C9B
(0,44,155)
0 Favorites   0 Comments

Color spaces of #002c9b

RGB 044155
HSL0.621.000.30
HSV223°100°61°
CMYK 1.000.720.00   0.39
XYZ6.81714.167931.4555
Yxy4.16790.16060.0982
Hunter Lab20.415423.8775-77.0615
CIE-Lab24.218934.3843-62.8704

#002c9b color RGB value is (0,44,155).

#002c9b hex color red value is 0, green value is 44 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #002c9b hue: 0.62 , saturation: 1.00 and the lightness value of 002c9b is 0.30.

The process color (four color CMYK) of #002c9b color hex is 1.00, 0.72, 0.00, 0.39. Web safe color of #002c9b is #003399. Color #002c9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101100 10011011
Octal 0 54 233
Decimal 0 44 155
Hex 0 2C 9B

RGB Percentages of Color #002c9b

%0.00
%22.11
%77.89

CMYK Percentages of Color #002c9b

%100
%72
%0
%39

Triadic Colors of #002c9b

#002c9b #9b002c #2c9b00

Analogous Colors of #002c9b

#002c9b #22009b #007a9b

Monochromatic Colors of #002c9b

#002c9b

Complementary Color

#002c9b #9b6f00

#002c9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002c9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#002c9b Color CSS Codes

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

#002c9b Text Font Color

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

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


#002c9b Background Color

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

This div background color is #002c9b


#002c9b Border Color

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

This div border color is #002c9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,44,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002c9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002c9b;
  -webkit-box-shadow: 1px 1px 3px 2px #002c9b;
  box-shadow:         1px 1px 3px 2px #002c9b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002c9b


Comments

No comments written yet.

Please login to write comment.