#04218C

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

Shades of Smalt #04218C

Tints of Smalt #04218C

Color information

#04218C (or 0x04218C) is unknown color: approx Smalt. HEX triplet: 04, 21 and 8C. RGB value is (4,33,140). Sum of RGB (Red+Green+Blue) = 4+33+140=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 140 (55.08% from 255 or 79.10% from 177); Max value from RGB is 140 - color contains mainly: blue. Hex color #04218C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04218C is #FBDE73. Grayscale: #242424. Windows color (decimal): -16506484 or 9183492. OLE color: 9183492.

HSL color Cylindrical-coordinate representation of color #04218C: hue angle of 227.21º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04218C is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB433140-
CMYK0.970.7600.45
HSL227.21º94.44%28.24%-
HSV(B)227.21º97.14%54.9%-
XYZ5.333.0125.11-
YUV36.53186.39104.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.26%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 140 (55.08% from 255) = 79.10%
R=2.26%
G=18.64%
B=79.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4331400.970.7600.45227.2194.4428.24
Hex4218C614C02De35e1c
Octal44121414111405534313634
Binary1001000011000110011000011001100010110111100011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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