Shades of Sapphire #0D2070
Tints of Sapphire #0D2070
RGB
CMYK
RGB Variations
Color information
#0D2070 (or 0x0D2070) is known color: Sapphire. HEX triplet: 0D, 20 and 70. RGB value is (13,32,112). Sum of RGB (Red+Green+Blue) = 13+32+112=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D2070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2070 is #F2DF8F. Grayscale: #232323. Windows color (decimal): -15916944 or 7348237. OLE color: 7348237.
HSL color Cylindrical-coordinate representation of color #0D2070: hue angle of 228.48º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D2070 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 32 | 112 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.56 |
| HSL | 228.48º | 0.79% | 0.25% | - |
| HSV(B) | 228.48º | 0.88% | 0.44% | - |
| XYZ | 3.61 | 2.29 | 15.58 | - |
| YUV | 35.44 | 171.21 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 112 | 0.88 | 0.71 | 0 | 0.56 | 228.48 | 0.79 | 0.25 |
| Hex | D | 20 | 70 | 58 | 47 | 0 | 38 | E4 | 4F | 19 |
| Octal | 15 | 40 | 160 | 130 | 107 | 0 | 70 | 344 | 117 | 31 |
| Binary | 1101 | 100000 | 1110000 | 1011000 | 1000111 | 0 | 111000 | 11100100 | 1001111 | 11001 |
Color Harmonies of #0D2070
Complementary color
Monochromatic Colors of #0D2070
Black with #0D2070
Text Example
Text Example
White with #0D2070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2070; }
p { color: rgb(13,32,112); }
H1.HeaderClassName
{
color: #0D2070;
}
.AnyTagClassName
{
color: #0D2070;
}
</style>
background-color css
<style>
a { background-color: #0D2070; }
a { background-color: rgb(13,32,112); }
div.DivClassName
{
background-color: #0D2070;
}
.BgClassName
{
background-color: #0D2070;
}
</style>
border-color css
<style>
span { border-color: #0D2070; }
span { border-color: rgb(13,32,112); }
td.TdClassName
{
border-color: #0D2070;
}
.TagClassName
{
border-color: #0D2070;
}
</style>