Shades of Sapphire #0F2070
Tints of Sapphire #0F2070
RGB
CMYK
RGB Variations
Color information
#0F2070 (or 0x0F2070) is known color: Sapphire. HEX triplet: 0F, 20 and 70. RGB value is (15,32,112). Sum of RGB (Red+Green+Blue) = 15+32+112=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F2070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2070 is #F0DF8F. Grayscale: #232323. Windows color (decimal): -15785872 or 7348239. OLE color: 7348239.
HSL color Cylindrical-coordinate representation of color #0F2070: hue angle of 229.48º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F2070 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 32 | 112 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.56 |
| HSL | 229.48º | 0.76% | 0.25% | - |
| HSV(B) | 229.48º | 0.87% | 0.44% | - |
| XYZ | 3.64 | 2.3 | 15.58 | - |
| YUV | 36.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 112 | 0.87 | 0.71 | 0 | 0.56 | 229.48 | 0.76 | 0.25 |
| Hex | F | 20 | 70 | 57 | 47 | 0 | 38 | E5 | 4C | 19 |
| Octal | 17 | 40 | 160 | 127 | 107 | 0 | 70 | 345 | 114 | 31 |
| Binary | 1111 | 100000 | 1110000 | 1010111 | 1000111 | 0 | 111000 | 11100101 | 1001100 | 11001 |
Color Harmonies of #0F2070
Complementary color
Monochromatic Colors of #0F2070
Black with #0F2070
Text Example
Text Example
White with #0F2070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2070; }
p { color: rgb(15,32,112); }
H1.HeaderClassName
{
color: #0F2070;
}
.AnyTagClassName
{
color: #0F2070;
}
</style>
background-color css
<style>
a { background-color: #0F2070; }
a { background-color: rgb(15,32,112); }
div.DivClassName
{
background-color: #0F2070;
}
.BgClassName
{
background-color: #0F2070;
}
</style>
border-color css
<style>
span { border-color: #0F2070; }
span { border-color: rgb(15,32,112); }
td.TdClassName
{
border-color: #0F2070;
}
.TagClassName
{
border-color: #0F2070;
}
</style>