Shades of Sapphire #062072
Tints of Sapphire #062072
RGB
CMYK
RGB Variations
Color information
#062072 (or 0x062072) is known color: Sapphire. HEX triplet: 06, 20 and 72. RGB value is (6,32,114). Sum of RGB (Red+Green+Blue) = 6+32+114=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #062072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062072 is #F9DF8D. Grayscale: #212121. Windows color (decimal): -16375694 or 7479302. OLE color: 7479302.
HSL color Cylindrical-coordinate representation of color #062072: hue angle of 225.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062072 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 32 | 114 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.55 |
| HSL | 225.56º | 0.9% | 0.24% | - |
| HSV(B) | 225.56º | 0.95% | 0.45% | - |
| XYZ | 3.63 | 2.29 | 16.17 | - |
| YUV | 33.57 | 173.39 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 114 | 0.95 | 0.72 | 0 | 0.55 | 225.56 | 0.9 | 0.24 |
| Hex | 6 | 20 | 72 | 5F | 48 | 0 | 37 | E2 | 5A | 18 |
| Octal | 6 | 40 | 162 | 137 | 110 | 0 | 67 | 342 | 132 | 30 |
| Binary | 110 | 100000 | 1110010 | 1011111 | 1001000 | 0 | 110111 | 11100010 | 1011010 | 11000 |
Color Harmonies of #062072
Complementary color
Monochromatic Colors of #062072
Black with #062072
Text Example
Text Example
White with #062072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062072; }
p { color: rgb(6,32,114); }
H1.HeaderClassName
{
color: #062072;
}
.AnyTagClassName
{
color: #062072;
}
</style>
background-color css
<style>
a { background-color: #062072; }
a { background-color: rgb(6,32,114); }
div.DivClassName
{
background-color: #062072;
}
.BgClassName
{
background-color: #062072;
}
</style>
border-color css
<style>
span { border-color: #062072; }
span { border-color: rgb(6,32,114); }
td.TdClassName
{
border-color: #062072;
}
.TagClassName
{
border-color: #062072;
}
</style>