Shades of Sapphire #0D1759
Tints of Sapphire #0D1759
RGB
CMYK
RGB Variations
Color information
#0D1759 (or 0x0D1759) is known color: Sapphire. HEX triplet: 0D, 17 and 59. RGB value is (13,23,89). Sum of RGB (Red+Green+Blue) = 13+23+89=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D1759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1759 is #F2E8A6. Grayscale: #1B1B1B. Windows color (decimal): -15919271 or 5838605. OLE color: 5838605.
HSL color Cylindrical-coordinate representation of color #0D1759: hue angle of 232.11º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D1759 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 23 | 89 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.65 |
| HSL | 232.11º | 0.75% | 0.2% | - |
| HSV(B) | 232.11º | 0.85% | 0.35% | - |
| XYZ | 2.28 | 1.42 | 9.61 | - |
| YUV | 27.53 | 162.69 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 89 | 0.85 | 0.74 | 0 | 0.65 | 232.11 | 0.75 | 0.2 |
| Hex | D | 17 | 59 | 55 | 4A | 0 | 41 | E8 | 4B | 14 |
| Octal | 15 | 27 | 131 | 125 | 112 | 0 | 101 | 350 | 113 | 24 |
| Binary | 1101 | 10111 | 1011001 | 1010101 | 1001010 | 0 | 1000001 | 11101000 | 1001011 | 10100 |
Color Harmonies of #0D1759
Complementary color
Monochromatic Colors of #0D1759
Black with #0D1759
Text Example
Text Example
White with #0D1759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1759; }
p { color: rgb(13,23,89); }
H1.HeaderClassName
{
color: #0D1759;
}
.AnyTagClassName
{
color: #0D1759;
}
</style>
background-color css
<style>
a { background-color: #0D1759; }
a { background-color: rgb(13,23,89); }
div.DivClassName
{
background-color: #0D1759;
}
.BgClassName
{
background-color: #0D1759;
}
</style>
border-color css
<style>
span { border-color: #0D1759; }
span { border-color: rgb(13,23,89); }
td.TdClassName
{
border-color: #0D1759;
}
.TagClassName
{
border-color: #0D1759;
}
</style>