Shades of Sapphire #0D2874
Tints of Sapphire #0D2874
RGB
CMYK
RGB Variations
Color information
#0D2874 (or 0x0D2874) is known color: Sapphire. HEX triplet: 0D, 28 and 74. RGB value is (13,40,116). Sum of RGB (Red+Green+Blue) = 13+40+116=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #0D2874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2874 is #F2D78B. Grayscale: #282828. Windows color (decimal): -15914892 or 7612429. OLE color: 7612429.
HSL color Cylindrical-coordinate representation of color #0D2874: hue angle of 224.27º 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 #0D2874 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 40 | 116 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.55 |
| HSL | 224.27º | 0.8% | 0.25% | - |
| HSV(B) | 224.27º | 0.89% | 0.45% | - |
| XYZ | 4.08 | 2.86 | 16.86 | - |
| YUV | 40.59 | 170.55 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 116 | 0.89 | 0.66 | 0 | 0.55 | 224.27 | 0.8 | 0.25 |
| Hex | D | 28 | 74 | 59 | 42 | 0 | 37 | E0 | 50 | 19 |
| Octal | 15 | 50 | 164 | 131 | 102 | 0 | 67 | 340 | 120 | 31 |
| Binary | 1101 | 101000 | 1110100 | 1011001 | 1000010 | 0 | 110111 | 11100000 | 1010000 | 11001 |
Color Harmonies of #0D2874
Complementary color
Monochromatic Colors of #0D2874
Black with #0D2874
Text Example
Text Example
White with #0D2874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2874; }
p { color: rgb(13,40,116); }
H1.HeaderClassName
{
color: #0D2874;
}
.AnyTagClassName
{
color: #0D2874;
}
</style>
background-color css
<style>
a { background-color: #0D2874; }
a { background-color: rgb(13,40,116); }
div.DivClassName
{
background-color: #0D2874;
}
.BgClassName
{
background-color: #0D2874;
}
</style>
border-color css
<style>
span { border-color: #0D2874; }
span { border-color: rgb(13,40,116); }
td.TdClassName
{
border-color: #0D2874;
}
.TagClassName
{
border-color: #0D2874;
}
</style>