Shades of Sapphire #061157
Tints of Sapphire #061157
RGB
CMYK
RGB Variations
Color information
#061157 (or 0x061157) is known color: Sapphire. HEX triplet: 06, 11 and 57. RGB value is (6,17,87). Sum of RGB (Red+Green+Blue) = 6+17+87=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 87 (34.38% from 255 or 79.09% from 110); Max value from RGB is 87 - color contains mainly: blue. Hex color #061157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061157 is #F9EEA8. Grayscale: #151515. Windows color (decimal): -16379561 or 5705990. OLE color: 5705990.
HSL color Cylindrical-coordinate representation of color #061157: hue angle of 231.85º 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 #061157 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 17 | 87 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.66 |
| HSL | 231.85º | 0.87% | 0.18% | - |
| HSV(B) | 231.85º | 0.93% | 0.34% | - |
| XYZ | 2 | 1.13 | 9.13 | - |
| YUV | 21.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 87 | 0.93 | 0.80 | 0 | 0.66 | 231.85 | 0.87 | 0.18 |
| Hex | 6 | 11 | 57 | 5D | 50 | 0 | 42 | E8 | 57 | 12 |
| Octal | 6 | 21 | 127 | 135 | 120 | 0 | 102 | 350 | 127 | 22 |
| Binary | 110 | 10001 | 1010111 | 1011101 | 1010000 | 0 | 1000010 | 11101000 | 1010111 | 10010 |
Color Harmonies of #061157
Complementary color
Monochromatic Colors of #061157
Black with #061157
Text Example
Text Example
White with #061157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061157; }
p { color: rgb(6,17,87); }
H1.HeaderClassName
{
color: #061157;
}
.AnyTagClassName
{
color: #061157;
}
</style>
background-color css
<style>
a { background-color: #061157; }
a { background-color: rgb(6,17,87); }
div.DivClassName
{
background-color: #061157;
}
.BgClassName
{
background-color: #061157;
}
</style>
border-color css
<style>
span { border-color: #061157; }
span { border-color: rgb(6,17,87); }
td.TdClassName
{
border-color: #061157;
}
.TagClassName
{
border-color: #061157;
}
</style>