#04218E

Color #04218E Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #04218E

Tints of Smalt #04218E

Color information

#04218E (or 0x04218E) is unknown color: approx Smalt. HEX triplet: 04, 21 and 8E. RGB value is (4,33,142). Sum of RGB (Red+Green+Blue) = 4+33+142=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 142 (55.86% from 255 or 79.33% from 179); Max value from RGB is 142 - color contains mainly: blue. Hex color #04218E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04218E is #FBDE71. Grayscale: #242424. Windows color (decimal): -16506482 or 9314564. OLE color: 9314564.

HSL color Cylindrical-coordinate representation of color #04218E: hue angle of 227.39º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04218E is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB433142-
CMYK0.970.7700.44
HSL227.39º94.52%28.63%-
HSV(B)227.39º97.18%55.69%-
XYZ5.483.0725.89-
YUV36.75187.39104.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.23%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 142 (55.86% from 255) = 79.33%
R=2.23%
G=18.44%
B=79.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4331420.970.7700.44227.3994.5228.63
Hex4218E614D02Ce35f1d
Octal44121614111505434313735
Binary1001000011000111011000011001101010110011100011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04218E; }

 p { color: rgb(4,33,142); }

 H1.HeaderClassName
 {
   color: #04218E;
 }
 .AnyTagClassName
 {
   color: #04218E;
 }
</style>
background-color css

<style>
 a { background-color: #04218E; }

 a { background-color: rgb(4,33,142); }

 div.DivClassName
 {
   background-color: #04218E;
 }
 .BgClassName
 {
   background-color: #04218E;
 }
</style>
border-color css

<style>
 span { border-color: #04218E; }

 span { border-color: rgb(4,33,142); }

 td.TdClassName
 {
   border-color: #04218E;
 }
 .TagClassName
 {
   border-color: #04218E;
 }
</style>