Shades of Sapphire #0D2252
Tints of Sapphire #0D2252
RGB
CMYK
RGB Variations
Color information
#0D2252 (or 0x0D2252) is known color: Sapphire. HEX triplet: 0D, 22 and 52. RGB value is (13,34,82). Sum of RGB (Red+Green+Blue) = 13+34+82=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 82 (32.42% from 255 or 63.57% from 129); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D2252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2252 is #F2DDAD. Grayscale: #202020. Windows color (decimal): -15916462 or 5382669. OLE color: 5382669.
HSL color Cylindrical-coordinate representation of color #0D2252: hue angle of 221.74º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D2252 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 34 | 82 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.68 |
| HSL | 221.74º | 0.73% | 0.19% | - |
| HSV(B) | 221.74º | 0.84% | 0.32% | - |
| XYZ | 2.26 | 1.84 | 8.22 | - |
| YUV | 33.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 82 | 0.84 | 0.59 | 0 | 0.68 | 221.74 | 0.73 | 0.19 |
| Hex | D | 22 | 52 | 54 | 3B | 0 | 44 | DE | 49 | 13 |
| Octal | 15 | 42 | 122 | 124 | 73 | 0 | 104 | 336 | 111 | 23 |
| Binary | 1101 | 100010 | 1010010 | 1010100 | 111011 | 0 | 1000100 | 11011110 | 1001001 | 10011 |
Color Harmonies of #0D2252
Complementary color
Monochromatic Colors of #0D2252
Black with #0D2252
Text Example
Text Example
White with #0D2252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2252; }
p { color: rgb(13,34,82); }
H1.HeaderClassName
{
color: #0D2252;
}
.AnyTagClassName
{
color: #0D2252;
}
</style>
background-color css
<style>
a { background-color: #0D2252; }
a { background-color: rgb(13,34,82); }
div.DivClassName
{
background-color: #0D2252;
}
.BgClassName
{
background-color: #0D2252;
}
</style>
border-color css
<style>
span { border-color: #0D2252; }
span { border-color: rgb(13,34,82); }
td.TdClassName
{
border-color: #0D2252;
}
.TagClassName
{
border-color: #0D2252;
}
</style>