#04224F

Color #04224F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #04224F

Tints of Sapphire #04224F

Color information

#04224F (or 0x04224F) is unknown color: approx Sapphire. HEX triplet: 04, 22 and 4F. RGB value is (4,34,79). Sum of RGB (Red+Green+Blue) = 4+34+79=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #04224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04224F is #FBDDB0. Grayscale: #1D1D1D. Windows color (decimal): -16506289 or 5186052. OLE color: 5186052.

HSL color Cylindrical-coordinate representation of color #04224F: hue angle of 216º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04224F is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB43479-
CMYK0.950.5700.69
HSL216º90.36%16.27%-
HSV(B)216º94.94%30.98%-
XYZ2.031.737.62-
YUV30.16155.56109.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 79 (31.25% from 255) = 67.52%
R=3.42%
G=29.06%
B=67.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal434790.950.5700.6921690.3616.27
Hex4224F5F39045d85a10
Octal44211713771010533013220
Binary100100010100111110111111110010100010111011000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04224F; }

 p { color: rgb(4,34,79); }

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

<style>
 a { background-color: #04224F; }

 a { background-color: rgb(4,34,79); }

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

<style>
 span { border-color: #04224F; }

 span { border-color: rgb(4,34,79); }

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