Shades of Sapphire #061952
Tints of Sapphire #061952
RGB
CMYK
RGB Variations
Color information
#061952 (or 0x061952) is known color: Sapphire. HEX triplet: 06, 19 and 52. RGB value is (6,25,82). Sum of RGB (Red+Green+Blue) = 6+25+82=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #061952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061952 is #F9E6AD. Grayscale: #191919. Windows color (decimal): -16377518 or 5380358. OLE color: 5380358.
HSL color Cylindrical-coordinate representation of color #061952: hue angle of 225º 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 #061952 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 25 | 82 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.68 |
| HSL | 225º | 0.86% | 0.17% | - |
| HSV(B) | 225º | 0.93% | 0.32% | - |
| XYZ | 1.95 | 1.34 | 8.14 | - |
| YUV | 25.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 82 | 0.93 | 0.70 | 0 | 0.68 | 225 | 0.86 | 0.17 |
| Hex | 6 | 19 | 52 | 5D | 46 | 0 | 44 | E1 | 56 | 11 |
| Octal | 6 | 31 | 122 | 135 | 106 | 0 | 104 | 341 | 126 | 21 |
| Binary | 110 | 11001 | 1010010 | 1011101 | 1000110 | 0 | 1000100 | 11100001 | 1010110 | 10001 |
Color Harmonies of #061952
Complementary color
Monochromatic Colors of #061952
Black with #061952
Text Example
Text Example
White with #061952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061952; }
p { color: rgb(6,25,82); }
H1.HeaderClassName
{
color: #061952;
}
.AnyTagClassName
{
color: #061952;
}
</style>
background-color css
<style>
a { background-color: #061952; }
a { background-color: rgb(6,25,82); }
div.DivClassName
{
background-color: #061952;
}
.BgClassName
{
background-color: #061952;
}
</style>
border-color css
<style>
span { border-color: #061952; }
span { border-color: rgb(6,25,82); }
td.TdClassName
{
border-color: #061952;
}
.TagClassName
{
border-color: #061952;
}
</style>