Shades of Sapphire #062152
Tints of Sapphire #062152
RGB
CMYK
RGB Variations
Color information
#062152 (or 0x062152) is known color: Sapphire. HEX triplet: 06, 21 and 52. RGB value is (6,33,82). Sum of RGB (Red+Green+Blue) = 6+33+82=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #062152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062152 is #F9DEAD. Grayscale: #1E1E1E. Windows color (decimal): -16375470 or 5382406. OLE color: 5382406.
HSL color Cylindrical-coordinate representation of color #062152: hue angle of 218.68º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062152 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 33 | 82 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.68 |
| HSL | 218.68º | 0.86% | 0.17% | - |
| HSV(B) | 218.68º | 0.93% | 0.32% | - |
| XYZ | 2.14 | 1.74 | 8.2 | - |
| YUV | 30.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 82 | 0.93 | 0.60 | 0 | 0.68 | 218.68 | 0.86 | 0.17 |
| Hex | 6 | 21 | 52 | 5D | 3C | 0 | 44 | DB | 56 | 11 |
| Octal | 6 | 41 | 122 | 135 | 74 | 0 | 104 | 333 | 126 | 21 |
| Binary | 110 | 100001 | 1010010 | 1011101 | 111100 | 0 | 1000100 | 11011011 | 1010110 | 10001 |
Color Harmonies of #062152
Complementary color
Monochromatic Colors of #062152
Black with #062152
Text Example
Text Example
White with #062152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062152; }
p { color: rgb(6,33,82); }
H1.HeaderClassName
{
color: #062152;
}
.AnyTagClassName
{
color: #062152;
}
</style>
background-color css
<style>
a { background-color: #062152; }
a { background-color: rgb(6,33,82); }
div.DivClassName
{
background-color: #062152;
}
.BgClassName
{
background-color: #062152;
}
</style>
border-color css
<style>
span { border-color: #062152; }
span { border-color: rgb(6,33,82); }
td.TdClassName
{
border-color: #062152;
}
.TagClassName
{
border-color: #062152;
}
</style>