Color Hex Logo

#00152c Color Hex

#00152C
(0,21,44)
0 Favorites   0 Comments

Color spaces of #00152c

RGB 02144
HSL0.591.000.09
HSV211°100°17°
CMYK 1.000.520.00   0.83
XYZ0.72280.71822.4834
Yxy0.71820.18420.1830
Hunter Lab8.47470.3935-11.4420
CIE-Lab6.48741.6456-17.9471

#00152c color RGB value is (0,21,44).

#00152c hex color red value is 0, green value is 21 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #00152c hue: 0.59 , saturation: 1.00 and the lightness value of 00152c is 0.09.

The process color (four color CMYK) of #00152c color hex is 1.00, 0.52, 0.00, 0.83. Web safe color of #00152c is #000033. Color #00152c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010101 00101100
Octal 0 25 54
Decimal 0 21 44
Hex 0 15 2C

RGB Percentages of Color #00152c

%0.00
%32.31
%67.69

CMYK Percentages of Color #00152c

%100
%52
%0
%83

Triadic Colors of #00152c

#00152c #2c0015 #152c00

Analogous Colors of #00152c

#00152c #01002c #002b2c

Monochromatic Colors of #00152c

#00152c

Complementary Color

#00152c #2c1700

#00152c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00152c Color Preview on White Background

Lorem ipsum dolor sit amet.

#00152c Color CSS Codes

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

#00152c Text Font Color

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

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


#00152c Background Color

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

This div background color is #00152c


#00152c Border Color

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

This div border color is #00152c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00152c


Comments

No comments written yet.

Please login to write comment.