Shades of Sapphire #0D224D
Tints of Sapphire #0D224D
RGB
CMYK
RGB Variations
Color information
#0D224D (or 0x0D224D) is known color: Sapphire. HEX triplet: 0D, 22 and 4D. RGB value is (13,34,77). Sum of RGB (Red+Green+Blue) = 13+34+77=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D224D is #F2DDB2. Grayscale: #202020. Windows color (decimal): -15916467 or 5054989. OLE color: 5054989.
HSL color Cylindrical-coordinate representation of color #0D224D: hue angle of 220.31º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D224D is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 34 | 77 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.70 |
| HSL | 220.31º | 0.71% | 0.18% | - |
| HSV(B) | 220.31º | 0.83% | 0.3% | - |
| XYZ | 2.08 | 1.77 | 7.25 | - |
| YUV | 32.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 34 | 77 | 0.83 | 0.56 | 0 | 0.70 | 220.31 | 0.71 | 0.18 |
| Hex | D | 22 | 4D | 53 | 38 | 0 | 46 | DC | 47 | 12 |
| Octal | 15 | 42 | 115 | 123 | 70 | 0 | 106 | 334 | 107 | 22 |
| Binary | 1101 | 100010 | 1001101 | 1010011 | 111000 | 0 | 1000110 | 11011100 | 1000111 | 10010 |
Color Harmonies of #0D224D
Complementary color
Monochromatic Colors of #0D224D
Black with #0D224D
Text Example
Text Example
White with #0D224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D224D; }
p { color: rgb(13,34,77); }
H1.HeaderClassName
{
color: #0D224D;
}
.AnyTagClassName
{
color: #0D224D;
}
</style>
background-color css
<style>
a { background-color: #0D224D; }
a { background-color: rgb(13,34,77); }
div.DivClassName
{
background-color: #0D224D;
}
.BgClassName
{
background-color: #0D224D;
}
</style>
border-color css
<style>
span { border-color: #0D224D; }
span { border-color: rgb(13,34,77); }
td.TdClassName
{
border-color: #0D224D;
}
.TagClassName
{
border-color: #0D224D;
}
</style>