Shades of Sapphire #061156
Tints of Sapphire #061156
RGB
CMYK
RGB Variations
Color information
#061156 (or 0x061156) is known color: Sapphire. HEX triplet: 06, 11 and 56. RGB value is (6,17,86). Sum of RGB (Red+Green+Blue) = 6+17+86=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 86 (33.98% from 255 or 78.90% from 109); Max value from RGB is 86 - color contains mainly: blue. Hex color #061156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061156 is #F9EEA9. Grayscale: #151515. Windows color (decimal): -16379562 or 5640454. OLE color: 5640454.
HSL color Cylindrical-coordinate representation of color #061156: hue angle of 231.75º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061156 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 17 | 86 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.66 |
| HSL | 231.75º | 0.87% | 0.18% | - |
| HSV(B) | 231.75º | 0.93% | 0.34% | - |
| XYZ | 1.96 | 1.11 | 8.92 | - |
| YUV | 21.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 86 | 0.93 | 0.80 | 0 | 0.66 | 231.75 | 0.87 | 0.18 |
| Hex | 6 | 11 | 56 | 5D | 50 | 0 | 42 | E8 | 57 | 12 |
| Octal | 6 | 21 | 126 | 135 | 120 | 0 | 102 | 350 | 127 | 22 |
| Binary | 110 | 10001 | 1010110 | 1011101 | 1010000 | 0 | 1000010 | 11101000 | 1010111 | 10010 |
Color Harmonies of #061156
Complementary color
Monochromatic Colors of #061156
Black with #061156
Text Example
Text Example
White with #061156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061156; }
p { color: rgb(6,17,86); }
H1.HeaderClassName
{
color: #061156;
}
.AnyTagClassName
{
color: #061156;
}
</style>
background-color css
<style>
a { background-color: #061156; }
a { background-color: rgb(6,17,86); }
div.DivClassName
{
background-color: #061156;
}
.BgClassName
{
background-color: #061156;
}
</style>
border-color css
<style>
span { border-color: #061156; }
span { border-color: rgb(6,17,86); }
td.TdClassName
{
border-color: #061156;
}
.TagClassName
{
border-color: #061156;
}
</style>