Shades of Sapphire #0D2566
Tints of Sapphire #0D2566
RGB
CMYK
RGB Variations
Color information
#0D2566 (or 0x0D2566) is known color: Sapphire. HEX triplet: 0D, 25 and 66. RGB value is (13,37,102). Sum of RGB (Red+Green+Blue) = 13+37+102=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #0D2566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2566 is #F2DA99. Grayscale: #242424. Windows color (decimal): -15915674 or 6694157. OLE color: 6694157.
HSL color Cylindrical-coordinate representation of color #0D2566: hue angle of 223.82º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2566 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 13 | 37 | 102 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.6 |
| HSL | 223.82º | 0.77% | 0.23% | - |
| HSV(B) | 223.82º | 0.87% | 0.4% | - |
| XYZ | 3.23 | 2.37 | 12.86 | - |
| YUV | 37.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 102 | 0.87 | 0.64 | 0 | 0.6 | 223.82 | 0.77 | 0.23 |
| Hex | D | 25 | 66 | 57 | 40 | 0 | 3C | E0 | 4D | 17 |
| Octal | 15 | 45 | 146 | 127 | 100 | 0 | 74 | 340 | 115 | 27 |
| Binary | 1101 | 100101 | 1100110 | 1010111 | 1000000 | 0 | 111100 | 11100000 | 1001101 | 10111 |
Color Harmonies of #0D2566
Complementary color
Monochromatic Colors of #0D2566
Black with #0D2566
Text Example
Text Example
White with #0D2566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2566; }
p { color: rgb(13,37,102); }
H1.HeaderClassName
{
color: #0D2566;
}
.AnyTagClassName
{
color: #0D2566;
}
</style>
background-color css
<style>
a { background-color: #0D2566; }
a { background-color: rgb(13,37,102); }
div.DivClassName
{
background-color: #0D2566;
}
.BgClassName
{
background-color: #0D2566;
}
</style>
border-color css
<style>
span { border-color: #0D2566; }
span { border-color: rgb(13,37,102); }
td.TdClassName
{
border-color: #0D2566;
}
.TagClassName
{
border-color: #0D2566;
}
</style>