Shades of Sapphire #0D1851
Tints of Sapphire #0D1851
RGB
CMYK
RGB Variations
Color information
#0D1851 (or 0x0D1851) is known color: Sapphire. HEX triplet: 0D, 18 and 51. RGB value is (13,24,81). Sum of RGB (Red+Green+Blue) = 13+24+81=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D1851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1851 is #F2E7AE. Grayscale: #1A1A1A. Windows color (decimal): -15919023 or 5314573. OLE color: 5314573.
HSL color Cylindrical-coordinate representation of color #0D1851: hue angle of 230.29º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D1851 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 24 | 81 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.68 |
| HSL | 230.29º | 0.72% | 0.18% | - |
| HSV(B) | 230.29º | 0.84% | 0.32% | - |
| XYZ | 1.98 | 1.33 | 7.94 | - |
| YUV | 27.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 81 | 0.84 | 0.70 | 0 | 0.68 | 230.29 | 0.72 | 0.18 |
| Hex | D | 18 | 51 | 54 | 46 | 0 | 44 | E6 | 48 | 12 |
| Octal | 15 | 30 | 121 | 124 | 106 | 0 | 104 | 346 | 110 | 22 |
| Binary | 1101 | 11000 | 1010001 | 1010100 | 1000110 | 0 | 1000100 | 11100110 | 1001000 | 10010 |
Color Harmonies of #0D1851
Complementary color
Monochromatic Colors of #0D1851
Black with #0D1851
Text Example
Text Example
White with #0D1851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1851; }
p { color: rgb(13,24,81); }
H1.HeaderClassName
{
color: #0D1851;
}
.AnyTagClassName
{
color: #0D1851;
}
</style>
background-color css
<style>
a { background-color: #0D1851; }
a { background-color: rgb(13,24,81); }
div.DivClassName
{
background-color: #0D1851;
}
.BgClassName
{
background-color: #0D1851;
}
</style>
border-color css
<style>
span { border-color: #0D1851; }
span { border-color: rgb(13,24,81); }
td.TdClassName
{
border-color: #0D1851;
}
.TagClassName
{
border-color: #0D1851;
}
</style>