Shades of Sapphire #04205C
Tints of Sapphire #04205C
RGB
CMYK
RGB Variations
Color information
#04205C (or 0x04205C) is known color: Sapphire. HEX triplet: 04, 20 and 5C. RGB value is (4,32,92). Sum of RGB (Red+Green+Blue) = 4+32+92=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 92 (36.33% from 255 or 71.88% from 128); Max value from RGB is 92 - color contains mainly: blue. Hex color #04205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04205C is #FBDFA3. Grayscale: #1E1E1E. Windows color (decimal): -16506788 or 6037508. OLE color: 6037508.
HSL color Cylindrical-coordinate representation of color #04205C: hue angle of 220.91º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04205C is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 32 | 92 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.64 |
| HSL | 220.91º | 0.92% | 0.19% | - |
| HSV(B) | 220.91º | 0.96% | 0.36% | - |
| XYZ | 2.5 | 1.83 | 10.35 | - |
| YUV | 30.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 92 | 0.96 | 0.65 | 0 | 0.64 | 220.91 | 0.92 | 0.19 |
| Hex | 4 | 20 | 5C | 60 | 41 | 0 | 40 | DD | 5C | 13 |
| Octal | 4 | 40 | 134 | 140 | 101 | 0 | 100 | 335 | 134 | 23 |
| Binary | 100 | 100000 | 1011100 | 1100000 | 1000001 | 0 | 1000000 | 11011101 | 1011100 | 10011 |
Color Harmonies of #04205C
Complementary color
Monochromatic Colors of #04205C
Black with #04205C
Text Example
Text Example
White with #04205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04205C; }
p { color: rgb(4,32,92); }
H1.HeaderClassName
{
color: #04205C;
}
.AnyTagClassName
{
color: #04205C;
}
</style>
background-color css
<style>
a { background-color: #04205C; }
a { background-color: rgb(4,32,92); }
div.DivClassName
{
background-color: #04205C;
}
.BgClassName
{
background-color: #04205C;
}
</style>
border-color css
<style>
span { border-color: #04205C; }
span { border-color: rgb(4,32,92); }
td.TdClassName
{
border-color: #04205C;
}
.TagClassName
{
border-color: #04205C;
}
</style>