Shades of Sapphire #0D2064
Tints of Sapphire #0D2064
RGB
CMYK
RGB Variations
Color information
#0D2064 (or 0x0D2064) is known color: Sapphire. HEX triplet: 0D, 20 and 64. RGB value is (13,32,100). Sum of RGB (Red+Green+Blue) = 13+32+100=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 100 (39.45% from 255 or 68.97% from 145); Max value from RGB is 100 - color contains mainly: blue. Hex color #0D2064 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2064 is #F2DF9B. Grayscale: #212121. Windows color (decimal): -15916956 or 6561805. OLE color: 6561805.
HSL color Cylindrical-coordinate representation of color #0D2064: hue angle of 226.9º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D2064 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 32 | 100 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.61 |
| HSL | 226.9º | 0.77% | 0.22% | - |
| HSV(B) | 226.9º | 0.87% | 0.39% | - |
| XYZ | 2.98 | 2.04 | 12.29 | - |
| YUV | 34.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 100 | 0.87 | 0.68 | 0 | 0.61 | 226.9 | 0.77 | 0.22 |
| Hex | D | 20 | 64 | 57 | 44 | 0 | 3D | E3 | 4D | 16 |
| Octal | 15 | 40 | 144 | 127 | 104 | 0 | 75 | 343 | 115 | 26 |
| Binary | 1101 | 100000 | 1100100 | 1010111 | 1000100 | 0 | 111101 | 11100011 | 1001101 | 10110 |
Color Harmonies of #0D2064
Complementary color
Monochromatic Colors of #0D2064
Black with #0D2064
Text Example
Text Example
White with #0D2064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2064; }
p { color: rgb(13,32,100); }
H1.HeaderClassName
{
color: #0D2064;
}
.AnyTagClassName
{
color: #0D2064;
}
</style>
background-color css
<style>
a { background-color: #0D2064; }
a { background-color: rgb(13,32,100); }
div.DivClassName
{
background-color: #0D2064;
}
.BgClassName
{
background-color: #0D2064;
}
</style>
border-color css
<style>
span { border-color: #0D2064; }
span { border-color: rgb(13,32,100); }
td.TdClassName
{
border-color: #0D2064;
}
.TagClassName
{
border-color: #0D2064;
}
</style>