#04224D

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

Shades of Sapphire #04224D

Tints of Sapphire #04224D

Color information

#04224D (or 0x04224D) is unknown color: approx Sapphire. HEX triplet: 04, 22 and 4D. RGB value is (4,34,77). Sum of RGB (Red+Green+Blue) = 4+34+77=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #04224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04224D is #FBDDB2. Grayscale: #1D1D1D. Windows color (decimal): -16506291 or 5054980. OLE color: 5054980.

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

Color convert

RGB43477-
CMYK0.950.5600.70
HSL215.34º90.12%15.88%-
HSV(B)215.34º94.81%30.2%-
XYZ1.961.717.25-
YUV29.93154.56109.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.48%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 77 (30.47% from 255) = 66.96%
R=3.48%
G=29.57%
B=66.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal434770.950.5600.70215.3490.1215.88
Hex4224D5F38046d75a10
Octal44211513770010632713220
Binary100100010100110110111111110000100011011010111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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