Shades of Sapphire #0D1352
Tints of Sapphire #0D1352
RGB
CMYK
RGB Variations
Color information
#0D1352 (or 0x0D1352) is known color: Sapphire. HEX triplet: 0D, 13 and 52. RGB value is (13,19,82). Sum of RGB (Red+Green+Blue) = 13+19+82=114 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.40% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 82 (32.42% from 255 or 71.93% from 114); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D1352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1352 is #F2ECAD. Grayscale: #181818. Windows color (decimal): -15920302 or 5378829. OLE color: 5378829.
HSL color Cylindrical-coordinate representation of color #0D1352: hue angle of 234.78º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D1352 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 19 | 82 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.68 |
| HSL | 234.78º | 0.73% | 0.19% | - |
| HSV(B) | 234.78º | 0.84% | 0.32% | - |
| XYZ | 1.92 | 1.16 | 8.11 | - |
| YUV | 24.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 19 | 82 | 0.84 | 0.77 | 0 | 0.68 | 234.78 | 0.73 | 0.19 |
| Hex | D | 13 | 52 | 54 | 4D | 0 | 44 | EB | 49 | 13 |
| Octal | 15 | 23 | 122 | 124 | 115 | 0 | 104 | 353 | 111 | 23 |
| Binary | 1101 | 10011 | 1010010 | 1010100 | 1001101 | 0 | 1000100 | 11101011 | 1001001 | 10011 |
Color Harmonies of #0D1352
Complementary color
Monochromatic Colors of #0D1352
Black with #0D1352
Text Example
Text Example
White with #0D1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1352; }
p { color: rgb(13,19,82); }
H1.HeaderClassName
{
color: #0D1352;
}
.AnyTagClassName
{
color: #0D1352;
}
</style>
background-color css
<style>
a { background-color: #0D1352; }
a { background-color: rgb(13,19,82); }
div.DivClassName
{
background-color: #0D1352;
}
.BgClassName
{
background-color: #0D1352;
}
</style>
border-color css
<style>
span { border-color: #0D1352; }
span { border-color: rgb(13,19,82); }
td.TdClassName
{
border-color: #0D1352;
}
.TagClassName
{
border-color: #0D1352;
}
</style>