Shades of Sapphire #0D1756
Tints of Sapphire #0D1756
RGB
CMYK
RGB Variations
Color information
#0D1756 (or 0x0D1756) is known color: Sapphire. HEX triplet: 0D, 17 and 56. RGB value is (13,23,86). Sum of RGB (Red+Green+Blue) = 13+23+86=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 86 (33.98% from 255 or 70.49% from 122); Max value from RGB is 86 - color contains mainly: blue. Hex color #0D1756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1756 is #F2E8A9. Grayscale: #1A1A1A. Windows color (decimal): -15919274 or 5641997. OLE color: 5641997.
HSL color Cylindrical-coordinate representation of color #0D1756: hue angle of 231.78º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D1756 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 23 | 86 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.66 |
| HSL | 231.78º | 0.74% | 0.19% | - |
| HSV(B) | 231.78º | 0.85% | 0.34% | - |
| XYZ | 2.15 | 1.37 | 8.96 | - |
| YUV | 27.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 86 | 0.85 | 0.73 | 0 | 0.66 | 231.78 | 0.74 | 0.19 |
| Hex | D | 17 | 56 | 55 | 49 | 0 | 42 | E8 | 4A | 13 |
| Octal | 15 | 27 | 126 | 125 | 111 | 0 | 102 | 350 | 112 | 23 |
| Binary | 1101 | 10111 | 1010110 | 1010101 | 1001001 | 0 | 1000010 | 11101000 | 1001010 | 10011 |
Color Harmonies of #0D1756
Complementary color
Monochromatic Colors of #0D1756
Black with #0D1756
Text Example
Text Example
White with #0D1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1756; }
p { color: rgb(13,23,86); }
H1.HeaderClassName
{
color: #0D1756;
}
.AnyTagClassName
{
color: #0D1756;
}
</style>
background-color css
<style>
a { background-color: #0D1756; }
a { background-color: rgb(13,23,86); }
div.DivClassName
{
background-color: #0D1756;
}
.BgClassName
{
background-color: #0D1756;
}
</style>
border-color css
<style>
span { border-color: #0D1756; }
span { border-color: rgb(13,23,86); }
td.TdClassName
{
border-color: #0D1756;
}
.TagClassName
{
border-color: #0D1756;
}
</style>