Shades of Sapphire #04205D
Tints of Sapphire #04205D
RGB
CMYK
RGB Variations
Color information
#04205D (or 0x04205D) is known color: Sapphire. HEX triplet: 04, 20 and 5D. RGB value is (4,32,93). Sum of RGB (Red+Green+Blue) = 4+32+93=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #04205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04205D is #FBDFA2. Grayscale: #1E1E1E. Windows color (decimal): -16506787 or 6103044. OLE color: 6103044.
HSL color Cylindrical-coordinate representation of color #04205D: hue angle of 221.12º 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 #04205D is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 32 | 93 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.64 |
| HSL | 221.12º | 0.92% | 0.19% | - |
| HSV(B) | 221.12º | 0.96% | 0.36% | - |
| XYZ | 2.54 | 1.85 | 10.58 | - |
| YUV | 30.58 | 163.22 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 93 | 0.96 | 0.66 | 0 | 0.64 | 221.12 | 0.92 | 0.19 |
| Hex | 4 | 20 | 5D | 60 | 42 | 0 | 40 | DD | 5C | 13 |
| Octal | 4 | 40 | 135 | 140 | 102 | 0 | 100 | 335 | 134 | 23 |
| Binary | 100 | 100000 | 1011101 | 1100000 | 1000010 | 0 | 1000000 | 11011101 | 1011100 | 10011 |
Color Harmonies of #04205D
Complementary color
Monochromatic Colors of #04205D
Black with #04205D
Text Example
Text Example
White with #04205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04205D; }
p { color: rgb(4,32,93); }
H1.HeaderClassName
{
color: #04205D;
}
.AnyTagClassName
{
color: #04205D;
}
</style>
background-color css
<style>
a { background-color: #04205D; }
a { background-color: rgb(4,32,93); }
div.DivClassName
{
background-color: #04205D;
}
.BgClassName
{
background-color: #04205D;
}
</style>
border-color css
<style>
span { border-color: #04205D; }
span { border-color: rgb(4,32,93); }
td.TdClassName
{
border-color: #04205D;
}
.TagClassName
{
border-color: #04205D;
}
</style>