Shades of Sapphire #000D61
Tints of Sapphire #000D61
RGB
CMYK
RGB Variations
Color information
#000D61 (or 0x000D61) is known color: Sapphire. HEX triplet: 00, 0D and 61. RGB value is (0,13,97). Sum of RGB (Red+Green+Blue) = 0+13+97=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 97 (38.28% from 255 or 88.18% from 110); Max value from RGB is 97 - color contains mainly: blue. Hex color #000D61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D61 is #FFF29E. Grayscale: #121212. Windows color (decimal): -16773791 or 6360320. OLE color: 6360320.
HSL color Cylindrical-coordinate representation of color #000D61: hue angle of 231.96º 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 #000D61 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 13 | 97 | - |
| CMYK | 1 | 0.87 | 0 | 0.62 |
| HSL | 231.96º | 1% | 0.19% | - |
| HSV(B) | 231.96º | 1% | 0.38% | - |
| XYZ | 2.3 | 1.15 | 11.41 | - |
| YUV | 18.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 97 | 1 | 0.87 | 0 | 0.62 | 231.96 | 1 | 0.19 |
| Hex | 0 | D | 61 | 64 | 57 | 0 | 3E | E8 | 64 | 13 |
| Octal | 0 | 15 | 141 | 144 | 127 | 0 | 76 | 350 | 144 | 23 |
| Binary | 0 | 1101 | 1100001 | 1100100 | 1010111 | 0 | 111110 | 11101000 | 1100100 | 10011 |
Color Harmonies of #000D61
Complementary color
Monochromatic Colors of #000D61
Black with #000D61
Text Example
Text Example
White with #000D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D61; }
p { color: rgb(0,13,97); }
H1.HeaderClassName
{
color: #000D61;
}
.AnyTagClassName
{
color: #000D61;
}
</style>
background-color css
<style>
a { background-color: #000D61; }
a { background-color: rgb(0,13,97); }
div.DivClassName
{
background-color: #000D61;
}
.BgClassName
{
background-color: #000D61;
}
</style>
border-color css
<style>
span { border-color: #000D61; }
span { border-color: rgb(0,13,97); }
td.TdClassName
{
border-color: #000D61;
}
.TagClassName
{
border-color: #000D61;
}
</style>