Shades of Sapphire #0D2563
Tints of Sapphire #0D2563
RGB
CMYK
RGB Variations
Color information
#0D2563 (or 0x0D2563) is known color: Sapphire. HEX triplet: 0D, 25 and 63. RGB value is (13,37,99). Sum of RGB (Red+Green+Blue) = 13+37+99=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #0D2563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2563 is #F2DA9C. Grayscale: #242424. Windows color (decimal): -15915677 or 6497549. OLE color: 6497549.
HSL color Cylindrical-coordinate representation of color #0D2563: hue angle of 223.26º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2563 is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 37 | 99 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.61 |
| HSL | 223.26º | 0.77% | 0.22% | - |
| HSV(B) | 223.26º | 0.87% | 0.39% | - |
| XYZ | 3.08 | 2.31 | 12.09 | - |
| YUV | 36.89 | 163.05 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 99 | 0.87 | 0.63 | 0 | 0.61 | 223.26 | 0.77 | 0.22 |
| Hex | D | 25 | 63 | 57 | 3F | 0 | 3D | DF | 4D | 16 |
| Octal | 15 | 45 | 143 | 127 | 77 | 0 | 75 | 337 | 115 | 26 |
| Binary | 1101 | 100101 | 1100011 | 1010111 | 111111 | 0 | 111101 | 11011111 | 1001101 | 10110 |
Color Harmonies of #0D2563
Complementary color
Monochromatic Colors of #0D2563
Black with #0D2563
Text Example
Text Example
White with #0D2563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2563; }
p { color: rgb(13,37,99); }
H1.HeaderClassName
{
color: #0D2563;
}
.AnyTagClassName
{
color: #0D2563;
}
</style>
background-color css
<style>
a { background-color: #0D2563; }
a { background-color: rgb(13,37,99); }
div.DivClassName
{
background-color: #0D2563;
}
.BgClassName
{
background-color: #0D2563;
}
</style>
border-color css
<style>
span { border-color: #0D2563; }
span { border-color: rgb(13,37,99); }
td.TdClassName
{
border-color: #0D2563;
}
.TagClassName
{
border-color: #0D2563;
}
</style>