Shades of Sapphire #04204F
Tints of Sapphire #04204F
RGB
CMYK
RGB Variations
Color information
#04204F (or 0x04204F) is known color: Sapphire. HEX triplet: 04, 20 and 4F. RGB value is (4,32,79). Sum of RGB (Red+Green+Blue) = 4+32+79=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #04204F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04204F is #FBDFB0. Grayscale: #1C1C1C. Windows color (decimal): -16506801 or 5185540. OLE color: 5185540.
HSL color Cylindrical-coordinate representation of color #04204F: hue angle of 217.6º 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 #04204F is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 32 | 79 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.69 |
| HSL | 217.6º | 0.9% | 0.16% | - |
| HSV(B) | 217.6º | 0.95% | 0.31% | - |
| XYZ | 1.98 | 1.62 | 7.61 | - |
| YUV | 28.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 79 | 0.95 | 0.59 | 0 | 0.69 | 217.6 | 0.9 | 0.16 |
| Hex | 4 | 20 | 4F | 5F | 3B | 0 | 45 | DA | 5A | 10 |
| Octal | 4 | 40 | 117 | 137 | 73 | 0 | 105 | 332 | 132 | 20 |
| Binary | 100 | 100000 | 1001111 | 1011111 | 111011 | 0 | 1000101 | 11011010 | 1011010 | 10000 |
Color Harmonies of #04204F
Complementary color
Monochromatic Colors of #04204F
Black with #04204F
Text Example
Text Example
White with #04204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04204F; }
p { color: rgb(4,32,79); }
H1.HeaderClassName
{
color: #04204F;
}
.AnyTagClassName
{
color: #04204F;
}
</style>
background-color css
<style>
a { background-color: #04204F; }
a { background-color: rgb(4,32,79); }
div.DivClassName
{
background-color: #04204F;
}
.BgClassName
{
background-color: #04204F;
}
</style>
border-color css
<style>
span { border-color: #04204F; }
span { border-color: rgb(4,32,79); }
td.TdClassName
{
border-color: #04204F;
}
.TagClassName
{
border-color: #04204F;
}
</style>