Shades of Sapphire #000D60
Tints of Sapphire #000D60
RGB
CMYK
RGB Variations
Color information
#000D60 (or 0x000D60) is known color: Sapphire. HEX triplet: 00, 0D and 60. RGB value is (0,13,96). Sum of RGB (Red+Green+Blue) = 0+13+96=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 96 (37.89% from 255 or 88.07% from 109); Max value from RGB is 96 - color contains mainly: blue. Hex color #000D60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D60 is #FFF29F. Grayscale: #121212. Windows color (decimal): -16773792 or 6294784. OLE color: 6294784.
HSL color Cylindrical-coordinate representation of color #000D60: hue angle of 231.88º 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 #000D60 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 13 | 96 | - |
| CMYK | 1 | 0.86 | 0 | 0.62 |
| HSL | 231.88º | 1% | 0.19% | - |
| HSV(B) | 231.88º | 1% | 0.38% | - |
| XYZ | 2.26 | 1.13 | 11.17 | - |
| YUV | 18.58 | 171.69 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 96 | 1 | 0.86 | 0 | 0.62 | 231.88 | 1 | 0.19 |
| Hex | 0 | D | 60 | 64 | 56 | 0 | 3E | E8 | 64 | 13 |
| Octal | 0 | 15 | 140 | 144 | 126 | 0 | 76 | 350 | 144 | 23 |
| Binary | 0 | 1101 | 1100000 | 1100100 | 1010110 | 0 | 111110 | 11101000 | 1100100 | 10011 |
Color Harmonies of #000D60
Complementary color
Monochromatic Colors of #000D60
Black with #000D60
Text Example
Text Example
White with #000D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D60; }
p { color: rgb(0,13,96); }
H1.HeaderClassName
{
color: #000D60;
}
.AnyTagClassName
{
color: #000D60;
}
</style>
background-color css
<style>
a { background-color: #000D60; }
a { background-color: rgb(0,13,96); }
div.DivClassName
{
background-color: #000D60;
}
.BgClassName
{
background-color: #000D60;
}
</style>
border-color css
<style>
span { border-color: #000D60; }
span { border-color: rgb(0,13,96); }
td.TdClassName
{
border-color: #000D60;
}
.TagClassName
{
border-color: #000D60;
}
</style>