Shades of Sapphire #0D2550
Tints of Sapphire #0D2550
RGB
CMYK
RGB Variations
Color information
#0D2550 (or 0x0D2550) is known color: Sapphire. HEX triplet: 0D, 25 and 50. RGB value is (13,37,80). Sum of RGB (Red+Green+Blue) = 13+37+80=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D2550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2550 is #F2DAAF. Grayscale: #222222. Windows color (decimal): -15915696 or 5252365. OLE color: 5252365.
HSL color Cylindrical-coordinate representation of color #0D2550: hue angle of 218.51º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D2550 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 37 | 80 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.69 |
| HSL | 218.51º | 0.72% | 0.18% | - |
| HSV(B) | 218.51º | 0.84% | 0.31% | - |
| XYZ | 2.28 | 1.99 | 7.85 | - |
| YUV | 34.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 80 | 0.84 | 0.54 | 0 | 0.69 | 218.51 | 0.72 | 0.18 |
| Hex | D | 25 | 50 | 54 | 36 | 0 | 45 | DB | 48 | 12 |
| Octal | 15 | 45 | 120 | 124 | 66 | 0 | 105 | 333 | 110 | 22 |
| Binary | 1101 | 100101 | 1010000 | 1010100 | 110110 | 0 | 1000101 | 11011011 | 1001000 | 10010 |
Color Harmonies of #0D2550
Complementary color
Monochromatic Colors of #0D2550
Black with #0D2550
Text Example
Text Example
White with #0D2550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2550; }
p { color: rgb(13,37,80); }
H1.HeaderClassName
{
color: #0D2550;
}
.AnyTagClassName
{
color: #0D2550;
}
</style>
background-color css
<style>
a { background-color: #0D2550; }
a { background-color: rgb(13,37,80); }
div.DivClassName
{
background-color: #0D2550;
}
.BgClassName
{
background-color: #0D2550;
}
</style>
border-color css
<style>
span { border-color: #0D2550; }
span { border-color: rgb(13,37,80); }
td.TdClassName
{
border-color: #0D2550;
}
.TagClassName
{
border-color: #0D2550;
}
</style>