Color Hex Logo

#04214c Color Hex

#04214C
(4,33,76)
0 Favorites   0 Comments

Color spaces of #04214c

RGB 43376
HSL0.600.900.16
HSV216°95°30°
CMYK 0.950.570.00   0.70
XYZ1.89841.63537.0531
Yxy1.63530.17930.1545
Hunter Lab12.78794.1201-23.7496
CIE-Lab13.44368.7485-29.5576

#04214c color RGB value is (4,33,76).

#04214c hex color red value is 4, green value is 33 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #04214c hue: 0.60 , saturation: 0.90 and the lightness value of 04214c is 0.16.

The process color (four color CMYK) of #04214c color hex is 0.95, 0.57, 0.00, 0.70. Web safe color of #04214c is #003333. Color #04214c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100001 01001100
Octal 4 41 114
Decimal 4 33 76
Hex 4 21 4C

RGB Percentages of Color #04214c

%3.54
%29.20
%67.26

CMYK Percentages of Color #04214c

%95
%57
%0
%70

Triadic Colors of #04214c

#04214c #4c0421 #214c04

Analogous Colors of #04214c

#04214c #0b044c #04454c

Monochromatic Colors of #04214c

#04214c

Complementary Color

#04214c #4c2f04

#04214c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04214c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04214c Color CSS Codes

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

#04214c Text Font Color

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

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


#04214c Background Color

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

This div background color is #04214c


#04214c Border Color

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

This div border color is #04214c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04214c


Comments

No comments written yet.

Please login to write comment.