Color Hex Logo

#003b9f Color Hex

#003B9F
(0,59,159)
0 Favorites   0 Comments

Color spaces of #003b9f

RGB 059159
HSL0.601.000.31
HSV218°100°62°
CMYK 1.000.630.00   0.38
XYZ7.82205.631133.4755
Yxy5.63110.16670.1200
Hunter Lab23.729917.3108-67.0286
CIE-Lab28.462025.8387-58.3264

#003b9f color RGB value is (0,59,159).

#003b9f hex color red value is 0, green value is 59 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #003b9f hue: 0.60 , saturation: 1.00 and the lightness value of 003b9f is 0.31.

The process color (four color CMYK) of #003b9f color hex is 1.00, 0.63, 0.00, 0.38. Web safe color of #003b9f is #003399. Color #003b9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111011 10011111
Octal 0 73 237
Decimal 0 59 159
Hex 0 3B 9F

RGB Percentages of Color #003b9f

%0.00
%27.06
%72.94

CMYK Percentages of Color #003b9f

%100
%63
%0
%38

Triadic Colors of #003b9f

#003b9f #9f003b #3b9f00

Analogous Colors of #003b9f

#003b9f #14009f #008b9f

Monochromatic Colors of #003b9f

#003b9f

Complementary Color

#003b9f #9f6400

#003b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#003b9f Color CSS Codes

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

#003b9f Text Font Color

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

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


#003b9f Background Color

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

This div background color is #003b9f


#003b9f Border Color

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

This div border color is #003b9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,59,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003b9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003b9f;
  -webkit-box-shadow: 1px 1px 3px 2px #003b9f;
  box-shadow:         1px 1px 3px 2px #003b9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003b9f


Comments

No comments written yet.

Please login to write comment.