Shades of Sapphire #062053
Tints of Sapphire #062053
RGB
CMYK
RGB Variations
Color information
#062053 (or 0x062053) is known color: Sapphire. HEX triplet: 06, 20 and 53. RGB value is (6,32,83). Sum of RGB (Red+Green+Blue) = 6+32+83=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #062053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062053 is #F9DFAC. Grayscale: #1D1D1D. Windows color (decimal): -16375725 or 5447686. OLE color: 5447686.
HSL color Cylindrical-coordinate representation of color #062053: hue angle of 219.74º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062053 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 32 | 83 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.67 |
| HSL | 219.74º | 0.87% | 0.17% | - |
| HSV(B) | 219.74º | 0.93% | 0.33% | - |
| XYZ | 2.15 | 1.7 | 8.4 | - |
| YUV | 30.04 | 157.89 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 83 | 0.93 | 0.61 | 0 | 0.67 | 219.74 | 0.87 | 0.17 |
| Hex | 6 | 20 | 53 | 5D | 3D | 0 | 43 | DC | 57 | 11 |
| Octal | 6 | 40 | 123 | 135 | 75 | 0 | 103 | 334 | 127 | 21 |
| Binary | 110 | 100000 | 1010011 | 1011101 | 111101 | 0 | 1000011 | 11011100 | 1010111 | 10001 |
Color Harmonies of #062053
Complementary color
Monochromatic Colors of #062053
Black with #062053
Text Example
Text Example
White with #062053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062053; }
p { color: rgb(6,32,83); }
H1.HeaderClassName
{
color: #062053;
}
.AnyTagClassName
{
color: #062053;
}
</style>
background-color css
<style>
a { background-color: #062053; }
a { background-color: rgb(6,32,83); }
div.DivClassName
{
background-color: #062053;
}
.BgClassName
{
background-color: #062053;
}
</style>
border-color css
<style>
span { border-color: #062053; }
span { border-color: rgb(6,32,83); }
td.TdClassName
{
border-color: #062053;
}
.TagClassName
{
border-color: #062053;
}
</style>