Shades of Sapphire #0D2482
Tints of Sapphire #0D2482
RGB
CMYK
RGB Variations
Color information
#0D2482 (or 0x0D2482) is known color: Sapphire. HEX triplet: 0D, 24 and 82. RGB value is (13,36,130). Sum of RGB (Red+Green+Blue) = 13+36+130=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D2482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2482 is #F2DB7D. Grayscale: #272727. Windows color (decimal): -15915902 or 8528909. OLE color: 8528909.
HSL color Cylindrical-coordinate representation of color #0D2482: hue angle of 228.21º 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 #0D2482 is Cyan = 0.9, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 36 | 130 | - |
| CMYK | 0.9 | 0.72 | 0 | 0.49 |
| HSL | 228.21º | 0.82% | 0.28% | - |
| HSV(B) | 228.21º | 0.9% | 0.51% | - |
| XYZ | 4.83 | 2.96 | 21.44 | - |
| YUV | 39.84 | 178.88 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 130 | 0.9 | 0.72 | 0 | 0.49 | 228.21 | 0.82 | 0.28 |
| Hex | D | 24 | 82 | 5A | 48 | 0 | 31 | E4 | 52 | 1C |
| Octal | 15 | 44 | 202 | 132 | 110 | 0 | 61 | 344 | 122 | 34 |
| Binary | 1101 | 100100 | 10000010 | 1011010 | 1001000 | 0 | 110001 | 11100100 | 1010010 | 11100 |
Color Harmonies of #0D2482
Complementary color
Monochromatic Colors of #0D2482
Black with #0D2482
Text Example
Text Example
White with #0D2482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2482; }
p { color: rgb(13,36,130); }
H1.HeaderClassName
{
color: #0D2482;
}
.AnyTagClassName
{
color: #0D2482;
}
</style>
background-color css
<style>
a { background-color: #0D2482; }
a { background-color: rgb(13,36,130); }
div.DivClassName
{
background-color: #0D2482;
}
.BgClassName
{
background-color: #0D2482;
}
</style>
border-color css
<style>
span { border-color: #0D2482; }
span { border-color: rgb(13,36,130); }
td.TdClassName
{
border-color: #0D2482;
}
.TagClassName
{
border-color: #0D2482;
}
</style>