Shades of Sapphire #0D2451
Tints of Sapphire #0D2451
RGB
CMYK
RGB Variations
Color information
#0D2451 (or 0x0D2451) is known color: Sapphire. HEX triplet: 0D, 24 and 51. RGB value is (13,36,81). Sum of RGB (Red+Green+Blue) = 13+36+81=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D2451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2451 is #F2DBAE. Grayscale: #222222. Windows color (decimal): -15915951 or 5317645. OLE color: 5317645.
HSL color Cylindrical-coordinate representation of color #0D2451: hue angle of 219.71º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D2451 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 36 | 81 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.68 |
| HSL | 219.71º | 0.72% | 0.18% | - |
| HSV(B) | 219.71º | 0.84% | 0.32% | - |
| XYZ | 2.28 | 1.94 | 8.04 | - |
| YUV | 34.25 | 154.38 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 81 | 0.84 | 0.56 | 0 | 0.68 | 219.71 | 0.72 | 0.18 |
| Hex | D | 24 | 51 | 54 | 38 | 0 | 44 | DC | 48 | 12 |
| Octal | 15 | 44 | 121 | 124 | 70 | 0 | 104 | 334 | 110 | 22 |
| Binary | 1101 | 100100 | 1010001 | 1010100 | 111000 | 0 | 1000100 | 11011100 | 1001000 | 10010 |
Color Harmonies of #0D2451
Complementary color
Monochromatic Colors of #0D2451
Black with #0D2451
Text Example
Text Example
White with #0D2451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2451; }
p { color: rgb(13,36,81); }
H1.HeaderClassName
{
color: #0D2451;
}
.AnyTagClassName
{
color: #0D2451;
}
</style>
background-color css
<style>
a { background-color: #0D2451; }
a { background-color: rgb(13,36,81); }
div.DivClassName
{
background-color: #0D2451;
}
.BgClassName
{
background-color: #0D2451;
}
</style>
border-color css
<style>
span { border-color: #0D2451; }
span { border-color: rgb(13,36,81); }
td.TdClassName
{
border-color: #0D2451;
}
.TagClassName
{
border-color: #0D2451;
}
</style>