Shades of Sapphire #0D1F70
Tints of Sapphire #0D1F70
RGB
CMYK
RGB Variations
Color information
#0D1F70 (or 0x0D1F70) is known color: Sapphire. HEX triplet: 0D, 1F and 70. RGB value is (13,31,112). Sum of RGB (Red+Green+Blue) = 13+31+112=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D1F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1F70 is #F2E08F. Grayscale: #222222. Windows color (decimal): -15917200 or 7347981. OLE color: 7347981.
HSL color Cylindrical-coordinate representation of color #0D1F70: hue angle of 229.09º 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 #0D1F70 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 31 | 112 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.56 |
| HSL | 229.09º | 0.79% | 0.25% | - |
| HSV(B) | 229.09º | 0.88% | 0.44% | - |
| XYZ | 3.58 | 2.24 | 15.57 | - |
| YUV | 34.85 | 171.54 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 112 | 0.88 | 0.72 | 0 | 0.56 | 229.09 | 0.79 | 0.25 |
| Hex | D | 1F | 70 | 58 | 48 | 0 | 38 | E5 | 4F | 19 |
| Octal | 15 | 37 | 160 | 130 | 110 | 0 | 70 | 345 | 117 | 31 |
| Binary | 1101 | 11111 | 1110000 | 1011000 | 1001000 | 0 | 111000 | 11100101 | 1001111 | 11001 |
Color Harmonies of #0D1F70
Complementary color
Monochromatic Colors of #0D1F70
Black with #0D1F70
Text Example
Text Example
White with #0D1F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F70; }
p { color: rgb(13,31,112); }
H1.HeaderClassName
{
color: #0D1F70;
}
.AnyTagClassName
{
color: #0D1F70;
}
</style>
background-color css
<style>
a { background-color: #0D1F70; }
a { background-color: rgb(13,31,112); }
div.DivClassName
{
background-color: #0D1F70;
}
.BgClassName
{
background-color: #0D1F70;
}
</style>
border-color css
<style>
span { border-color: #0D1F70; }
span { border-color: rgb(13,31,112); }
td.TdClassName
{
border-color: #0D1F70;
}
.TagClassName
{
border-color: #0D1F70;
}
</style>