Shades of Sapphire #0D2173
Tints of Sapphire #0D2173
RGB
CMYK
RGB Variations
Color information
#0D2173 (or 0x0D2173) is known color: Sapphire. HEX triplet: 0D, 21 and 73. RGB value is (13,33,115). Sum of RGB (Red+Green+Blue) = 13+33+115=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 115 (45.31% from 255 or 71.43% from 161); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D2173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2173 is #F2DE8C. Grayscale: #242424. Windows color (decimal): -15916685 or 7545101. OLE color: 7545101.
HSL color Cylindrical-coordinate representation of color #0D2173: hue angle of 228.24º 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 #0D2173 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 33 | 115 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.55 |
| HSL | 228.24º | 0.8% | 0.25% | - |
| HSV(B) | 228.24º | 0.89% | 0.45% | - |
| XYZ | 3.8 | 2.41 | 16.48 | - |
| YUV | 36.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 115 | 0.89 | 0.71 | 0 | 0.55 | 228.24 | 0.8 | 0.25 |
| Hex | D | 21 | 73 | 59 | 47 | 0 | 37 | E4 | 50 | 19 |
| Octal | 15 | 41 | 163 | 131 | 107 | 0 | 67 | 344 | 120 | 31 |
| Binary | 1101 | 100001 | 1110011 | 1011001 | 1000111 | 0 | 110111 | 11100100 | 1010000 | 11001 |
Color Harmonies of #0D2173
Complementary color
Monochromatic Colors of #0D2173
Black with #0D2173
Text Example
Text Example
White with #0D2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2173; }
p { color: rgb(13,33,115); }
H1.HeaderClassName
{
color: #0D2173;
}
.AnyTagClassName
{
color: #0D2173;
}
</style>
background-color css
<style>
a { background-color: #0D2173; }
a { background-color: rgb(13,33,115); }
div.DivClassName
{
background-color: #0D2173;
}
.BgClassName
{
background-color: #0D2173;
}
</style>
border-color css
<style>
span { border-color: #0D2173; }
span { border-color: rgb(13,33,115); }
td.TdClassName
{
border-color: #0D2173;
}
.TagClassName
{
border-color: #0D2173;
}
</style>