Shades of Sapphire #0F2170
Tints of Sapphire #0F2170
RGB
CMYK
RGB Variations
Color information
#0F2170 (or 0x0F2170) is known color: Sapphire. HEX triplet: 0F, 21 and 70. RGB value is (15,33,112). Sum of RGB (Red+Green+Blue) = 15+33+112=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F2170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2170 is #F0DE8F. Grayscale: #242424. Windows color (decimal): -15785616 or 7348495. OLE color: 7348495.
HSL color Cylindrical-coordinate representation of color #0F2170: hue angle of 228.87º 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 #0F2170 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 33 | 112 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.56 |
| HSL | 228.87º | 0.76% | 0.25% | - |
| HSV(B) | 228.87º | 0.87% | 0.44% | - |
| XYZ | 3.67 | 2.36 | 15.59 | - |
| YUV | 36.62 | 170.54 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 112 | 0.87 | 0.71 | 0 | 0.56 | 228.87 | 0.76 | 0.25 |
| Hex | F | 21 | 70 | 57 | 47 | 0 | 38 | E5 | 4C | 19 |
| Octal | 17 | 41 | 160 | 127 | 107 | 0 | 70 | 345 | 114 | 31 |
| Binary | 1111 | 100001 | 1110000 | 1010111 | 1000111 | 0 | 111000 | 11100101 | 1001100 | 11001 |
Color Harmonies of #0F2170
Complementary color
Monochromatic Colors of #0F2170
Black with #0F2170
Text Example
Text Example
White with #0F2170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2170; }
p { color: rgb(15,33,112); }
H1.HeaderClassName
{
color: #0F2170;
}
.AnyTagClassName
{
color: #0F2170;
}
</style>
background-color css
<style>
a { background-color: #0F2170; }
a { background-color: rgb(15,33,112); }
div.DivClassName
{
background-color: #0F2170;
}
.BgClassName
{
background-color: #0F2170;
}
</style>
border-color css
<style>
span { border-color: #0F2170; }
span { border-color: rgb(15,33,112); }
td.TdClassName
{
border-color: #0F2170;
}
.TagClassName
{
border-color: #0F2170;
}
</style>