Shades of Sapphire #0D2175
Tints of Sapphire #0D2175
RGB
CMYK
RGB Variations
Color information
#0D2175 (or 0x0D2175) is known color: Sapphire. HEX triplet: 0D, 21 and 75. RGB value is (13,33,117). Sum of RGB (Red+Green+Blue) = 13+33+117=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D2175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2175 is #F2DE8A. Grayscale: #242424. Windows color (decimal): -15916683 or 7676173. OLE color: 7676173.
HSL color Cylindrical-coordinate representation of color #0D2175: hue angle of 228.46º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2175 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 33 | 117 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.54 |
| HSL | 228.46º | 0.8% | 0.25% | - |
| HSV(B) | 228.46º | 0.89% | 0.46% | - |
| XYZ | 3.92 | 2.46 | 17.1 | - |
| YUV | 36.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 117 | 0.89 | 0.72 | 0 | 0.54 | 228.46 | 0.8 | 0.25 |
| Hex | D | 21 | 75 | 59 | 48 | 0 | 36 | E4 | 50 | 19 |
| Octal | 15 | 41 | 165 | 131 | 110 | 0 | 66 | 344 | 120 | 31 |
| Binary | 1101 | 100001 | 1110101 | 1011001 | 1001000 | 0 | 110110 | 11100100 | 1010000 | 11001 |
Color Harmonies of #0D2175
Complementary color
Monochromatic Colors of #0D2175
Black with #0D2175
Text Example
Text Example
White with #0D2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2175; }
p { color: rgb(13,33,117); }
H1.HeaderClassName
{
color: #0D2175;
}
.AnyTagClassName
{
color: #0D2175;
}
</style>
background-color css
<style>
a { background-color: #0D2175; }
a { background-color: rgb(13,33,117); }
div.DivClassName
{
background-color: #0D2175;
}
.BgClassName
{
background-color: #0D2175;
}
</style>
border-color css
<style>
span { border-color: #0D2175; }
span { border-color: rgb(13,33,117); }
td.TdClassName
{
border-color: #0D2175;
}
.TagClassName
{
border-color: #0D2175;
}
</style>