Shades of Sapphire #0D2372
Tints of Sapphire #0D2372
RGB
CMYK
RGB Variations
Color information
#0D2372 (or 0x0D2372) is known color: Sapphire. HEX triplet: 0D, 23 and 72. RGB value is (13,35,114). Sum of RGB (Red+Green+Blue) = 13+35+114=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #0D2372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2372 is #F2DC8D. Grayscale: #252525. Windows color (decimal): -15916174 or 7480077. OLE color: 7480077.
HSL color Cylindrical-coordinate representation of color #0D2372: hue angle of 226.93º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2372 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 35 | 114 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.55 |
| HSL | 226.93º | 0.8% | 0.25% | - |
| HSV(B) | 226.93º | 0.89% | 0.45% | - |
| XYZ | 3.8 | 2.5 | 16.2 | - |
| YUV | 37.43 | 171.21 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 114 | 0.89 | 0.69 | 0 | 0.55 | 226.93 | 0.8 | 0.25 |
| Hex | D | 23 | 72 | 59 | 45 | 0 | 37 | E3 | 50 | 19 |
| Octal | 15 | 43 | 162 | 131 | 105 | 0 | 67 | 343 | 120 | 31 |
| Binary | 1101 | 100011 | 1110010 | 1011001 | 1000101 | 0 | 110111 | 11100011 | 1010000 | 11001 |
Color Harmonies of #0D2372
Complementary color
Monochromatic Colors of #0D2372
Black with #0D2372
Text Example
Text Example
White with #0D2372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2372; }
p { color: rgb(13,35,114); }
H1.HeaderClassName
{
color: #0D2372;
}
.AnyTagClassName
{
color: #0D2372;
}
</style>
background-color css
<style>
a { background-color: #0D2372; }
a { background-color: rgb(13,35,114); }
div.DivClassName
{
background-color: #0D2372;
}
.BgClassName
{
background-color: #0D2372;
}
</style>
border-color css
<style>
span { border-color: #0D2372; }
span { border-color: rgb(13,35,114); }
td.TdClassName
{
border-color: #0D2372;
}
.TagClassName
{
border-color: #0D2372;
}
</style>