Shades of Sapphire #0D2882
Tints of Sapphire #0D2882
RGB
CMYK
RGB Variations
Color information
#0D2882 (or 0x0D2882) is known color: Sapphire. HEX triplet: 0D, 28 and 82. RGB value is (13,40,130). Sum of RGB (Red+Green+Blue) = 13+40+130=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D2882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2882 is #F2D77D. Grayscale: #292929. Windows color (decimal): -15914878 or 8529933. OLE color: 8529933.
HSL color Cylindrical-coordinate representation of color #0D2882: hue angle of 226.15º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2882 is Cyan = 0.9, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 40 | 130 | - |
| CMYK | 0.9 | 0.69 | 0 | 0.49 |
| HSL | 226.15º | 0.82% | 0.28% | - |
| HSV(B) | 226.15º | 0.9% | 0.51% | - |
| XYZ | 4.95 | 3.21 | 21.48 | - |
| YUV | 42.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 130 | 0.9 | 0.69 | 0 | 0.49 | 226.15 | 0.82 | 0.28 |
| Hex | D | 28 | 82 | 5A | 45 | 0 | 31 | E2 | 52 | 1C |
| Octal | 15 | 50 | 202 | 132 | 105 | 0 | 61 | 342 | 122 | 34 |
| Binary | 1101 | 101000 | 10000010 | 1011010 | 1000101 | 0 | 110001 | 11100010 | 1010010 | 11100 |
Color Harmonies of #0D2882
Complementary color
Monochromatic Colors of #0D2882
Black with #0D2882
Text Example
Text Example
White with #0D2882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2882; }
p { color: rgb(13,40,130); }
H1.HeaderClassName
{
color: #0D2882;
}
.AnyTagClassName
{
color: #0D2882;
}
</style>
background-color css
<style>
a { background-color: #0D2882; }
a { background-color: rgb(13,40,130); }
div.DivClassName
{
background-color: #0D2882;
}
.BgClassName
{
background-color: #0D2882;
}
</style>
border-color css
<style>
span { border-color: #0D2882; }
span { border-color: rgb(13,40,130); }
td.TdClassName
{
border-color: #0D2882;
}
.TagClassName
{
border-color: #0D2882;
}
</style>