Shades of Sapphire #0D1351
Tints of Sapphire #0D1351
RGB
CMYK
RGB Variations
Color information
#0D1351 (or 0x0D1351) is known color: Sapphire. HEX triplet: 0D, 13 and 51. RGB value is (13,19,81). Sum of RGB (Red+Green+Blue) = 13+19+81=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 81 (32.03% from 255 or 71.68% from 113); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D1351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1351 is #F2ECAE. Grayscale: #181818. Windows color (decimal): -15920303 or 5313293. OLE color: 5313293.
HSL color Cylindrical-coordinate representation of color #0D1351: hue angle of 234.71º 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 #0D1351 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 19 | 81 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.68 |
| HSL | 234.71º | 0.72% | 0.18% | - |
| HSV(B) | 234.71º | 0.84% | 0.32% | - |
| XYZ | 1.88 | 1.15 | 7.91 | - |
| YUV | 24.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 81 | 0.84 | 0.77 | 0 | 0.68 | 234.71 | 0.72 | 0.18 |
| Hex | D | 13 | 51 | 54 | 4D | 0 | 44 | EB | 48 | 12 |
| Octal | 15 | 23 | 121 | 124 | 115 | 0 | 104 | 353 | 110 | 22 |
| Binary | 1101 | 10011 | 1010001 | 1010100 | 1001101 | 0 | 1000100 | 11101011 | 1001000 | 10010 |
Color Harmonies of #0D1351
Complementary color
Monochromatic Colors of #0D1351
Black with #0D1351
Text Example
Text Example
White with #0D1351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1351; }
p { color: rgb(13,19,81); }
H1.HeaderClassName
{
color: #0D1351;
}
.AnyTagClassName
{
color: #0D1351;
}
</style>
background-color css
<style>
a { background-color: #0D1351; }
a { background-color: rgb(13,19,81); }
div.DivClassName
{
background-color: #0D1351;
}
.BgClassName
{
background-color: #0D1351;
}
</style>
border-color css
<style>
span { border-color: #0D1351; }
span { border-color: rgb(13,19,81); }
td.TdClassName
{
border-color: #0D1351;
}
.TagClassName
{
border-color: #0D1351;
}
</style>