Shades of Sapphire #0D2873
Tints of Sapphire #0D2873
RGB
CMYK
RGB Variations
Color information
#0D2873 (or 0x0D2873) is known color: Sapphire. HEX triplet: 0D, 28 and 73. RGB value is (13,40,115). Sum of RGB (Red+Green+Blue) = 13+40+115=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #0D2873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2873 is #F2D78C. Grayscale: #282828. Windows color (decimal): -15914893 or 7546893. OLE color: 7546893.
HSL color Cylindrical-coordinate representation of color #0D2873: hue angle of 224.12º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2873 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 40 | 115 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.55 |
| HSL | 224.12º | 0.8% | 0.25% | - |
| HSV(B) | 224.12º | 0.89% | 0.45% | - |
| XYZ | 4.02 | 2.84 | 16.56 | - |
| YUV | 40.48 | 170.05 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 115 | 0.89 | 0.65 | 0 | 0.55 | 224.12 | 0.8 | 0.25 |
| Hex | D | 28 | 73 | 59 | 41 | 0 | 37 | E0 | 50 | 19 |
| Octal | 15 | 50 | 163 | 131 | 101 | 0 | 67 | 340 | 120 | 31 |
| Binary | 1101 | 101000 | 1110011 | 1011001 | 1000001 | 0 | 110111 | 11100000 | 1010000 | 11001 |
Color Harmonies of #0D2873
Complementary color
Monochromatic Colors of #0D2873
Black with #0D2873
Text Example
Text Example
White with #0D2873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2873; }
p { color: rgb(13,40,115); }
H1.HeaderClassName
{
color: #0D2873;
}
.AnyTagClassName
{
color: #0D2873;
}
</style>
background-color css
<style>
a { background-color: #0D2873; }
a { background-color: rgb(13,40,115); }
div.DivClassName
{
background-color: #0D2873;
}
.BgClassName
{
background-color: #0D2873;
}
</style>
border-color css
<style>
span { border-color: #0D2873; }
span { border-color: rgb(13,40,115); }
td.TdClassName
{
border-color: #0D2873;
}
.TagClassName
{
border-color: #0D2873;
}
</style>