Shades of Sapphire #060D51
Tints of Sapphire #060D51
RGB
CMYK
RGB Variations
Color information
#060D51 (or 0x060D51) is known color: Sapphire. HEX triplet: 06, 0D and 51. RGB value is (6,13,81). Sum of RGB (Red+Green+Blue) = 6+13+81=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 81 (32.03% from 255 or 81% from 100); Max value from RGB is 81 - color contains mainly: blue. Hex color #060D51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D51 is #F9F2AE. Grayscale: #121212. Windows color (decimal): -16380591 or 5311750. OLE color: 5311750.
HSL color Cylindrical-coordinate representation of color #060D51: hue angle of 234.4º 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 #060D51 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 13 | 81 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.68 |
| HSL | 234.4º | 0.86% | 0.17% | - |
| HSV(B) | 234.4º | 0.93% | 0.32% | - |
| XYZ | 1.7 | 0.92 | 7.87 | - |
| YUV | 18.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 81 | 0.93 | 0.84 | 0 | 0.68 | 234.4 | 0.86 | 0.17 |
| Hex | 6 | D | 51 | 5D | 54 | 0 | 44 | EA | 56 | 11 |
| Octal | 6 | 15 | 121 | 135 | 124 | 0 | 104 | 352 | 126 | 21 |
| Binary | 110 | 1101 | 1010001 | 1011101 | 1010100 | 0 | 1000100 | 11101010 | 1010110 | 10001 |
Color Harmonies of #060D51
Complementary color
Monochromatic Colors of #060D51
Black with #060D51
Text Example
Text Example
White with #060D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D51; }
p { color: rgb(6,13,81); }
H1.HeaderClassName
{
color: #060D51;
}
.AnyTagClassName
{
color: #060D51;
}
</style>
background-color css
<style>
a { background-color: #060D51; }
a { background-color: rgb(6,13,81); }
div.DivClassName
{
background-color: #060D51;
}
.BgClassName
{
background-color: #060D51;
}
</style>
border-color css
<style>
span { border-color: #060D51; }
span { border-color: rgb(6,13,81); }
td.TdClassName
{
border-color: #060D51;
}
.TagClassName
{
border-color: #060D51;
}
</style>