Shades of Sapphire #04205A
Tints of Sapphire #04205A
RGB
CMYK
RGB Variations
Color information
#04205A (or 0x04205A) is known color: Sapphire. HEX triplet: 04, 20 and 5A. RGB value is (4,32,90). Sum of RGB (Red+Green+Blue) = 4+32+90=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 90 (35.55% from 255 or 71.43% from 126); Max value from RGB is 90 - color contains mainly: blue. Hex color #04205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04205A is #FBDFA5. Grayscale: #1D1D1D. Windows color (decimal): -16506790 or 5906436. OLE color: 5906436.
HSL color Cylindrical-coordinate representation of color #04205A: hue angle of 220.47º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04205A is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 32 | 90 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.65 |
| HSL | 220.47º | 0.91% | 0.18% | - |
| HSV(B) | 220.47º | 0.96% | 0.35% | - |
| XYZ | 2.41 | 1.8 | 9.89 | - |
| YUV | 30.24 | 161.72 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 90 | 0.96 | 0.64 | 0 | 0.65 | 220.47 | 0.91 | 0.18 |
| Hex | 4 | 20 | 5A | 60 | 40 | 0 | 41 | DC | 5B | 12 |
| Octal | 4 | 40 | 132 | 140 | 100 | 0 | 101 | 334 | 133 | 22 |
| Binary | 100 | 100000 | 1011010 | 1100000 | 1000000 | 0 | 1000001 | 11011100 | 1011011 | 10010 |
Color Harmonies of #04205A
Complementary color
Monochromatic Colors of #04205A
Black with #04205A
Text Example
Text Example
White with #04205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04205A; }
p { color: rgb(4,32,90); }
H1.HeaderClassName
{
color: #04205A;
}
.AnyTagClassName
{
color: #04205A;
}
</style>
background-color css
<style>
a { background-color: #04205A; }
a { background-color: rgb(4,32,90); }
div.DivClassName
{
background-color: #04205A;
}
.BgClassName
{
background-color: #04205A;
}
</style>
border-color css
<style>
span { border-color: #04205A; }
span { border-color: rgb(4,32,90); }
td.TdClassName
{
border-color: #04205A;
}
.TagClassName
{
border-color: #04205A;
}
</style>