Shades of Sapphire #000B60
Tints of Sapphire #000B60
RGB
CMYK
RGB Variations
Color information
#000B60 (or 0x000B60) is known color: Sapphire. HEX triplet: 00, 0B and 60. RGB value is (0,11,96). Sum of RGB (Red+Green+Blue) = 0+11+96=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 96 (37.89% from 255 or 89.72% from 107); Max value from RGB is 96 - color contains mainly: blue. Hex color #000B60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B60 is #FFF49F. Grayscale: #111111. Windows color (decimal): -16774304 or 6294272. OLE color: 6294272.
HSL color Cylindrical-coordinate representation of color #000B60: hue angle of 233.12º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B60 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 11 | 96 | - |
| CMYK | 1 | 0.89 | 0 | 0.62 |
| HSL | 233.13º | 1% | 0.19% | - |
| HSV(B) | 233.13º | 1% | 0.38% | - |
| XYZ | 2.23 | 1.08 | 11.16 | - |
| YUV | 17.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 96 | 1 | 0.89 | 0 | 0.62 | 233.13 | 1 | 0.19 |
| Hex | 0 | B | 60 | 64 | 59 | 0 | 3E | E9 | 64 | 13 |
| Octal | 0 | 13 | 140 | 144 | 131 | 0 | 76 | 351 | 144 | 23 |
| Binary | 0 | 1011 | 1100000 | 1100100 | 1011001 | 0 | 111110 | 11101001 | 1100100 | 10011 |
Color Harmonies of #000B60
Complementary color
Monochromatic Colors of #000B60
Black with #000B60
Text Example
Text Example
White with #000B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B60; }
p { color: rgb(0,11,96); }
H1.HeaderClassName
{
color: #000B60;
}
.AnyTagClassName
{
color: #000B60;
}
</style>
background-color css
<style>
a { background-color: #000B60; }
a { background-color: rgb(0,11,96); }
div.DivClassName
{
background-color: #000B60;
}
.BgClassName
{
background-color: #000B60;
}
</style>
border-color css
<style>
span { border-color: #000B60; }
span { border-color: rgb(0,11,96); }
td.TdClassName
{
border-color: #000B60;
}
.TagClassName
{
border-color: #000B60;
}
</style>