Shades of Sapphire #04204D
Tints of Sapphire #04204D
RGB
CMYK
RGB Variations
Color information
#04204D (or 0x04204D) is known color: Sapphire. HEX triplet: 04, 20 and 4D. RGB value is (4,32,77). Sum of RGB (Red+Green+Blue) = 4+32+77=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #04204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04204D is #FBDFB2. Grayscale: #1C1C1C. Windows color (decimal): -16506803 or 5054468. OLE color: 5054468.
HSL color Cylindrical-coordinate representation of color #04204D: hue angle of 216.99º 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 #04204D is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 4 | 32 | 77 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.70 |
| HSL | 216.99º | 0.9% | 0.16% | - |
| HSV(B) | 216.99º | 0.95% | 0.3% | - |
| XYZ | 1.91 | 1.59 | 7.23 | - |
| YUV | 28.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 77 | 0.95 | 0.58 | 0 | 0.70 | 216.99 | 0.9 | 0.16 |
| Hex | 4 | 20 | 4D | 5F | 3A | 0 | 46 | D9 | 5A | 10 |
| Octal | 4 | 40 | 115 | 137 | 72 | 0 | 106 | 331 | 132 | 20 |
| Binary | 100 | 100000 | 1001101 | 1011111 | 111010 | 0 | 1000110 | 11011001 | 1011010 | 10000 |
Color Harmonies of #04204D
Complementary color
Monochromatic Colors of #04204D
Black with #04204D
Text Example
Text Example
White with #04204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04204D; }
p { color: rgb(4,32,77); }
H1.HeaderClassName
{
color: #04204D;
}
.AnyTagClassName
{
color: #04204D;
}
</style>
background-color css
<style>
a { background-color: #04204D; }
a { background-color: rgb(4,32,77); }
div.DivClassName
{
background-color: #04204D;
}
.BgClassName
{
background-color: #04204D;
}
</style>
border-color css
<style>
span { border-color: #04204D; }
span { border-color: rgb(4,32,77); }
td.TdClassName
{
border-color: #04204D;
}
.TagClassName
{
border-color: #04204D;
}
</style>