Shades of Sapphire #0D2450
Tints of Sapphire #0D2450
RGB
CMYK
RGB Variations
Color information
#0D2450 (or 0x0D2450) is known color: Sapphire. HEX triplet: 0D, 24 and 50. RGB value is (13,36,80). Sum of RGB (Red+Green+Blue) = 13+36+80=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D2450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2450 is #F2DBAF. Grayscale: #212121. Windows color (decimal): -15915952 or 5252109. OLE color: 5252109.
HSL color Cylindrical-coordinate representation of color #0D2450: hue angle of 219.4º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D2450 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 36 | 80 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.69 |
| HSL | 219.4º | 0.72% | 0.18% | - |
| HSV(B) | 219.4º | 0.84% | 0.31% | - |
| XYZ | 2.24 | 1.93 | 7.84 | - |
| YUV | 34.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 80 | 0.84 | 0.55 | 0 | 0.69 | 219.4 | 0.72 | 0.18 |
| Hex | D | 24 | 50 | 54 | 37 | 0 | 45 | DB | 48 | 12 |
| Octal | 15 | 44 | 120 | 124 | 67 | 0 | 105 | 333 | 110 | 22 |
| Binary | 1101 | 100100 | 1010000 | 1010100 | 110111 | 0 | 1000101 | 11011011 | 1001000 | 10010 |
Color Harmonies of #0D2450
Complementary color
Monochromatic Colors of #0D2450
Black with #0D2450
Text Example
Text Example
White with #0D2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2450; }
p { color: rgb(13,36,80); }
H1.HeaderClassName
{
color: #0D2450;
}
.AnyTagClassName
{
color: #0D2450;
}
</style>
background-color css
<style>
a { background-color: #0D2450; }
a { background-color: rgb(13,36,80); }
div.DivClassName
{
background-color: #0D2450;
}
.BgClassName
{
background-color: #0D2450;
}
</style>
border-color css
<style>
span { border-color: #0D2450; }
span { border-color: rgb(13,36,80); }
td.TdClassName
{
border-color: #0D2450;
}
.TagClassName
{
border-color: #0D2450;
}
</style>