Shades of Sapphire #0D204D
Tints of Sapphire #0D204D
RGB
CMYK
RGB Variations
Color information
#0D204D (or 0x0D204D) is known color: Sapphire. HEX triplet: 0D, 20 and 4D. RGB value is (13,32,77). Sum of RGB (Red+Green+Blue) = 13+32+77=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D204D is #F2DFB2. Grayscale: #1F1F1F. Windows color (decimal): -15916979 or 5054477. OLE color: 5054477.
HSL color Cylindrical-coordinate representation of color #0D204D: hue angle of 222.19º 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 #0D204D is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 32 | 77 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.70 |
| HSL | 222.19º | 0.71% | 0.18% | - |
| HSV(B) | 222.19º | 0.83% | 0.3% | - |
| XYZ | 2.02 | 1.65 | 7.23 | - |
| YUV | 31.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 77 | 0.83 | 0.58 | 0 | 0.70 | 222.19 | 0.71 | 0.18 |
| Hex | D | 20 | 4D | 53 | 3A | 0 | 46 | DE | 47 | 12 |
| Octal | 15 | 40 | 115 | 123 | 72 | 0 | 106 | 336 | 107 | 22 |
| Binary | 1101 | 100000 | 1001101 | 1010011 | 111010 | 0 | 1000110 | 11011110 | 1000111 | 10010 |
Color Harmonies of #0D204D
Complementary color
Monochromatic Colors of #0D204D
Black with #0D204D
Text Example
Text Example
White with #0D204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D204D; }
p { color: rgb(13,32,77); }
H1.HeaderClassName
{
color: #0D204D;
}
.AnyTagClassName
{
color: #0D204D;
}
</style>
background-color css
<style>
a { background-color: #0D204D; }
a { background-color: rgb(13,32,77); }
div.DivClassName
{
background-color: #0D204D;
}
.BgClassName
{
background-color: #0D204D;
}
</style>
border-color css
<style>
span { border-color: #0D204D; }
span { border-color: rgb(13,32,77); }
td.TdClassName
{
border-color: #0D204D;
}
.TagClassName
{
border-color: #0D204D;
}
</style>