Color Hex Logo

#003156 Color Hex

#003156
(0,49,86)
0 Favorites   0 Comments

Color spaces of #003156

RGB 04986
HSL0.571.000.17
HSV206°100°34°
CMYK 1.000.430.00   0.66
XYZ2.77802.86859.2114
Yxy2.86850.18700.1931
Hunter Lab16.9366-0.3610-20.3906
CIE-Lab19.50940.9591-26.5751

#003156 color RGB value is (0,49,86).

#003156 hex color red value is 0, green value is 49 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #003156 hue: 0.57 , saturation: 1.00 and the lightness value of 003156 is 0.17.

The process color (four color CMYK) of #003156 color hex is 1.00, 0.43, 0.00, 0.66. Web safe color of #003156 is #003366. Color #003156 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110001 01010110
Octal 0 61 126
Decimal 0 49 86
Hex 0 31 56

RGB Percentages of Color #003156

%0.00
%36.30
%63.70

CMYK Percentages of Color #003156

%100
%43
%0
%66

Triadic Colors of #003156

#003156 #560031 #315600

Analogous Colors of #003156

#003156 #000656 #005650

Monochromatic Colors of #003156

#003156

Complementary Color

#003156 #562500

#003156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003156 Color CSS Codes

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

#003156 Text Font Color

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

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


#003156 Background Color

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

This div background color is #003156


#003156 Border Color

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

This div border color is #003156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003156


Comments

No comments written yet.

Please login to write comment.