Shades of Sapphire #0D205D
Tints of Sapphire #0D205D
RGB
CMYK
RGB Variations
Color information
#0D205D (or 0x0D205D) is known color: Sapphire. HEX triplet: 0D, 20 and 5D. RGB value is (13,32,93). Sum of RGB (Red+Green+Blue) = 13+32+93=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D205D is #F2DFA2. Grayscale: #212121. Windows color (decimal): -15916963 or 6103053. OLE color: 6103053.
HSL color Cylindrical-coordinate representation of color #0D205D: hue angle of 225.75º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D205D is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 32 | 93 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.64 |
| HSL | 225.75º | 0.75% | 0.21% | - |
| HSV(B) | 225.75º | 0.86% | 0.36% | - |
| XYZ | 2.66 | 1.91 | 10.58 | - |
| YUV | 33.27 | 161.71 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 93 | 0.86 | 0.66 | 0 | 0.64 | 225.75 | 0.75 | 0.21 |
| Hex | D | 20 | 5D | 56 | 42 | 0 | 40 | E2 | 4B | 15 |
| Octal | 15 | 40 | 135 | 126 | 102 | 0 | 100 | 342 | 113 | 25 |
| Binary | 1101 | 100000 | 1011101 | 1010110 | 1000010 | 0 | 1000000 | 11100010 | 1001011 | 10101 |
Color Harmonies of #0D205D
Complementary color
Monochromatic Colors of #0D205D
Black with #0D205D
Text Example
Text Example
White with #0D205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D205D; }
p { color: rgb(13,32,93); }
H1.HeaderClassName
{
color: #0D205D;
}
.AnyTagClassName
{
color: #0D205D;
}
</style>
background-color css
<style>
a { background-color: #0D205D; }
a { background-color: rgb(13,32,93); }
div.DivClassName
{
background-color: #0D205D;
}
.BgClassName
{
background-color: #0D205D;
}
</style>
border-color css
<style>
span { border-color: #0D205D; }
span { border-color: rgb(13,32,93); }
td.TdClassName
{
border-color: #0D205D;
}
.TagClassName
{
border-color: #0D205D;
}
</style>