Shades of Sapphire #060D57
Tints of Sapphire #060D57
RGB
CMYK
RGB Variations
Color information
#060D57 (or 0x060D57) is known color: Sapphire. HEX triplet: 06, 0D and 57. RGB value is (6,13,87). Sum of RGB (Red+Green+Blue) = 6+13+87=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 87 (34.38% from 255 or 82.08% from 106); Max value from RGB is 87 - color contains mainly: blue. Hex color #060D57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D57 is #F9F2A8. Grayscale: #131313. Windows color (decimal): -16380585 or 5704966. OLE color: 5704966.
HSL color Cylindrical-coordinate representation of color #060D57: hue angle of 234.81º 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 #060D57 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 6 | 13 | 87 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.66 |
| HSL | 234.81º | 0.87% | 0.18% | - |
| HSV(B) | 234.81º | 0.93% | 0.34% | - |
| XYZ | 1.94 | 1.01 | 9.11 | - |
| YUV | 19.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 87 | 0.93 | 0.85 | 0 | 0.66 | 234.81 | 0.87 | 0.18 |
| Hex | 6 | D | 57 | 5D | 55 | 0 | 42 | EB | 57 | 12 |
| Octal | 6 | 15 | 127 | 135 | 125 | 0 | 102 | 353 | 127 | 22 |
| Binary | 110 | 1101 | 1010111 | 1011101 | 1010101 | 0 | 1000010 | 11101011 | 1010111 | 10010 |
Color Harmonies of #060D57
Complementary color
Monochromatic Colors of #060D57
Black with #060D57
Text Example
Text Example
White with #060D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D57; }
p { color: rgb(6,13,87); }
H1.HeaderClassName
{
color: #060D57;
}
.AnyTagClassName
{
color: #060D57;
}
</style>
background-color css
<style>
a { background-color: #060D57; }
a { background-color: rgb(6,13,87); }
div.DivClassName
{
background-color: #060D57;
}
.BgClassName
{
background-color: #060D57;
}
</style>
border-color css
<style>
span { border-color: #060D57; }
span { border-color: rgb(6,13,87); }
td.TdClassName
{
border-color: #060D57;
}
.TagClassName
{
border-color: #060D57;
}
</style>