Shades of Sapphire #000D5E
Tints of Sapphire #000D5E
RGB
CMYK
RGB Variations
Color information
#000D5E (or 0x000D5E) is known color: Sapphire. HEX triplet: 00, 0D and 5E. RGB value is (0,13,94). Sum of RGB (Red+Green+Blue) = 0+13+94=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 94 (37.11% from 255 or 87.85% from 107); Max value from RGB is 94 - color contains mainly: blue. Hex color #000D5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D5E is #FFF2A1. Grayscale: #121212. Windows color (decimal): -16773794 or 6163712. OLE color: 6163712.
HSL color Cylindrical-coordinate representation of color #000D5E: hue angle of 231.7º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D5E is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 13 | 94 | - |
| CMYK | 1 | 0.86 | 0 | 0.63 |
| HSL | 231.7º | 1% | 0.18% | - |
| HSV(B) | 231.7º | 1% | 0.37% | - |
| XYZ | 2.16 | 1.1 | 10.69 | - |
| YUV | 18.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 13 | 94 | 1 | 0.86 | 0 | 0.63 | 231.7 | 1 | 0.18 |
| Hex | 0 | D | 5E | 64 | 56 | 0 | 3F | E8 | 64 | 12 |
| Octal | 0 | 15 | 136 | 144 | 126 | 0 | 77 | 350 | 144 | 22 |
| Binary | 0 | 1101 | 1011110 | 1100100 | 1010110 | 0 | 111111 | 11101000 | 1100100 | 10010 |
Color Harmonies of #000D5E
Complementary color
Monochromatic Colors of #000D5E
Black with #000D5E
Text Example
Text Example
White with #000D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000D5E; }
p { color: rgb(0,13,94); }
H1.HeaderClassName
{
color: #000D5E;
}
.AnyTagClassName
{
color: #000D5E;
}
</style>
background-color css
<style>
a { background-color: #000D5E; }
a { background-color: rgb(0,13,94); }
div.DivClassName
{
background-color: #000D5E;
}
.BgClassName
{
background-color: #000D5E;
}
</style>
border-color css
<style>
span { border-color: #000D5E; }
span { border-color: rgb(0,13,94); }
td.TdClassName
{
border-color: #000D5E;
}
.TagClassName
{
border-color: #000D5E;
}
</style>