Shades of Sapphire #0D2178
Tints of Sapphire #0D2178
RGB
CMYK
RGB Variations
Color information
#0D2178 (or 0x0D2178) is known color: Sapphire. HEX triplet: 0D, 21 and 78. RGB value is (13,33,120). Sum of RGB (Red+Green+Blue) = 13+33+120=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D2178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2178 is #F2DE87. Grayscale: #242424. Windows color (decimal): -15916680 or 7872781. OLE color: 7872781.
HSL color Cylindrical-coordinate representation of color #0D2178: hue angle of 228.79º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2178 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 33 | 120 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.53 |
| HSL | 228.79º | 0.8% | 0.26% | - |
| HSV(B) | 228.79º | 0.89% | 0.47% | - |
| XYZ | 4.1 | 2.53 | 18.04 | - |
| YUV | 36.94 | 174.87 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 120 | 0.89 | 0.72 | 0 | 0.53 | 228.79 | 0.8 | 0.26 |
| Hex | D | 21 | 78 | 59 | 48 | 0 | 35 | E5 | 50 | 1A |
| Octal | 15 | 41 | 170 | 131 | 110 | 0 | 65 | 345 | 120 | 32 |
| Binary | 1101 | 100001 | 1111000 | 1011001 | 1001000 | 0 | 110101 | 11100101 | 1010000 | 11010 |
Color Harmonies of #0D2178
Complementary color
Monochromatic Colors of #0D2178
Black with #0D2178
Text Example
Text Example
White with #0D2178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2178; }
p { color: rgb(13,33,120); }
H1.HeaderClassName
{
color: #0D2178;
}
.AnyTagClassName
{
color: #0D2178;
}
</style>
background-color css
<style>
a { background-color: #0D2178; }
a { background-color: rgb(13,33,120); }
div.DivClassName
{
background-color: #0D2178;
}
.BgClassName
{
background-color: #0D2178;
}
</style>
border-color css
<style>
span { border-color: #0D2178; }
span { border-color: rgb(13,33,120); }
td.TdClassName
{
border-color: #0D2178;
}
.TagClassName
{
border-color: #0D2178;
}
</style>