Shades of Sapphire #04207A
Tints of Sapphire #04207A
RGB
CMYK
RGB Variations
Color information
#04207A (or 0x04207A) is known color: Sapphire. HEX triplet: 04, 20 and 7A. RGB value is (4,32,122). Sum of RGB (Red+Green+Blue) = 4+32+122=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 122 (48.05% from 255 or 77.22% from 158); Max value from RGB is 122 - color contains mainly: blue. Hex color #04207A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04207A is #FBDF85. Grayscale: #212121. Windows color (decimal): -16506758 or 8003588. OLE color: 8003588.
HSL color Cylindrical-coordinate representation of color #04207A: hue angle of 225.76º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04207A is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 32 | 122 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.52 |
| HSL | 225.76º | 0.94% | 0.25% | - |
| HSV(B) | 225.76º | 0.97% | 0.48% | - |
| XYZ | 4.08 | 2.46 | 18.67 | - |
| YUV | 33.89 | 177.72 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 122 | 0.97 | 0.74 | 0 | 0.52 | 225.76 | 0.94 | 0.25 |
| Hex | 4 | 20 | 7A | 61 | 4A | 0 | 34 | E2 | 5E | 19 |
| Octal | 4 | 40 | 172 | 141 | 112 | 0 | 64 | 342 | 136 | 31 |
| Binary | 100 | 100000 | 1111010 | 1100001 | 1001010 | 0 | 110100 | 11100010 | 1011110 | 11001 |
Color Harmonies of #04207A
Complementary color
Monochromatic Colors of #04207A
Black with #04207A
Text Example
Text Example
White with #04207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04207A; }
p { color: rgb(4,32,122); }
H1.HeaderClassName
{
color: #04207A;
}
.AnyTagClassName
{
color: #04207A;
}
</style>
background-color css
<style>
a { background-color: #04207A; }
a { background-color: rgb(4,32,122); }
div.DivClassName
{
background-color: #04207A;
}
.BgClassName
{
background-color: #04207A;
}
</style>
border-color css
<style>
span { border-color: #04207A; }
span { border-color: rgb(4,32,122); }
td.TdClassName
{
border-color: #04207A;
}
.TagClassName
{
border-color: #04207A;
}
</style>