Shades of Sapphire #0D2560
Tints of Sapphire #0D2560
RGB
CMYK
RGB Variations
Color information
#0D2560 (or 0x0D2560) is known color: Sapphire. HEX triplet: 0D, 25 and 60. RGB value is (13,37,96). Sum of RGB (Red+Green+Blue) = 13+37+96=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D2560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2560 is #F2DA9F. Grayscale: #242424. Windows color (decimal): -15915680 or 6300941. OLE color: 6300941.
HSL color Cylindrical-coordinate representation of color #0D2560: hue angle of 222.65º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D2560 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 37 | 96 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.62 |
| HSL | 222.65º | 0.76% | 0.21% | - |
| HSV(B) | 222.65º | 0.86% | 0.38% | - |
| XYZ | 2.94 | 2.25 | 11.35 | - |
| YUV | 36.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 96 | 0.86 | 0.61 | 0 | 0.62 | 222.65 | 0.76 | 0.21 |
| Hex | D | 25 | 60 | 56 | 3D | 0 | 3E | DF | 4C | 15 |
| Octal | 15 | 45 | 140 | 126 | 75 | 0 | 76 | 337 | 114 | 25 |
| Binary | 1101 | 100101 | 1100000 | 1010110 | 111101 | 0 | 111110 | 11011111 | 1001100 | 10101 |
Color Harmonies of #0D2560
Complementary color
Monochromatic Colors of #0D2560
Black with #0D2560
Text Example
Text Example
White with #0D2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2560; }
p { color: rgb(13,37,96); }
H1.HeaderClassName
{
color: #0D2560;
}
.AnyTagClassName
{
color: #0D2560;
}
</style>
background-color css
<style>
a { background-color: #0D2560; }
a { background-color: rgb(13,37,96); }
div.DivClassName
{
background-color: #0D2560;
}
.BgClassName
{
background-color: #0D2560;
}
</style>
border-color css
<style>
span { border-color: #0D2560; }
span { border-color: rgb(13,37,96); }
td.TdClassName
{
border-color: #0D2560;
}
.TagClassName
{
border-color: #0D2560;
}
</style>