Shades of Sapphire #04206A
Tints of Sapphire #04206A
RGB
CMYK
RGB Variations
Color information
#04206A (or 0x04206A) is known color: Sapphire. HEX triplet: 04, 20 and 6A. RGB value is (4,32,106). Sum of RGB (Red+Green+Blue) = 4+32+106=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 106 (41.80% from 255 or 74.65% from 142); Max value from RGB is 106 - color contains mainly: blue. Hex color #04206A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04206A is #FBDF95. Grayscale: #1F1F1F. Windows color (decimal): -16506774 or 6955012. OLE color: 6955012.
HSL color Cylindrical-coordinate representation of color #04206A: hue angle of 223.53º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04206A is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 32 | 106 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.58 |
| HSL | 223.53º | 0.93% | 0.22% | - |
| HSV(B) | 223.53º | 0.96% | 0.42% | - |
| XYZ | 3.17 | 2.1 | 13.87 | - |
| YUV | 32.06 | 169.72 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 106 | 0.96 | 0.70 | 0 | 0.58 | 223.53 | 0.93 | 0.22 |
| Hex | 4 | 20 | 6A | 60 | 46 | 0 | 3A | E0 | 5D | 16 |
| Octal | 4 | 40 | 152 | 140 | 106 | 0 | 72 | 340 | 135 | 26 |
| Binary | 100 | 100000 | 1101010 | 1100000 | 1000110 | 0 | 111010 | 11100000 | 1011101 | 10110 |
Color Harmonies of #04206A
Complementary color
Monochromatic Colors of #04206A
Black with #04206A
Text Example
Text Example
White with #04206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04206A; }
p { color: rgb(4,32,106); }
H1.HeaderClassName
{
color: #04206A;
}
.AnyTagClassName
{
color: #04206A;
}
</style>
background-color css
<style>
a { background-color: #04206A; }
a { background-color: rgb(4,32,106); }
div.DivClassName
{
background-color: #04206A;
}
.BgClassName
{
background-color: #04206A;
}
</style>
border-color css
<style>
span { border-color: #04206A; }
span { border-color: rgb(4,32,106); }
td.TdClassName
{
border-color: #04206A;
}
.TagClassName
{
border-color: #04206A;
}
</style>