Shades of Sapphire #0D206A
Tints of Sapphire #0D206A
RGB
CMYK
RGB Variations
Color information
#0D206A (or 0x0D206A) is known color: Sapphire. HEX triplet: 0D, 20 and 6A. RGB value is (13,32,106). Sum of RGB (Red+Green+Blue) = 13+32+106=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 106 (41.80% from 255 or 70.20% from 151); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D206A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D206A is #F2DF95. Grayscale: #222222. Windows color (decimal): -15916950 or 6955021. OLE color: 6955021.
HSL color Cylindrical-coordinate representation of color #0D206A: hue angle of 227.74º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D206A is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 13 | 32 | 106 | - |
| CMYK | 0.88 | 0.70 | 0 | 0.58 |
| HSL | 227.74º | 0.78% | 0.23% | - |
| HSV(B) | 227.74º | 0.88% | 0.42% | - |
| XYZ | 3.28 | 2.16 | 13.88 | - |
| YUV | 34.76 | 168.21 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 106 | 0.88 | 0.70 | 0 | 0.58 | 227.74 | 0.78 | 0.23 |
| Hex | D | 20 | 6A | 58 | 46 | 0 | 3A | E4 | 4E | 17 |
| Octal | 15 | 40 | 152 | 130 | 106 | 0 | 72 | 344 | 116 | 27 |
| Binary | 1101 | 100000 | 1101010 | 1011000 | 1000110 | 0 | 111010 | 11100100 | 1001110 | 10111 |
Color Harmonies of #0D206A
Complementary color
Monochromatic Colors of #0D206A
Black with #0D206A
Text Example
Text Example
White with #0D206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D206A; }
p { color: rgb(13,32,106); }
H1.HeaderClassName
{
color: #0D206A;
}
.AnyTagClassName
{
color: #0D206A;
}
</style>
background-color css
<style>
a { background-color: #0D206A; }
a { background-color: rgb(13,32,106); }
div.DivClassName
{
background-color: #0D206A;
}
.BgClassName
{
background-color: #0D206A;
}
</style>
border-color css
<style>
span { border-color: #0D206A; }
span { border-color: rgb(13,32,106); }
td.TdClassName
{
border-color: #0D206A;
}
.TagClassName
{
border-color: #0D206A;
}
</style>