Shades of Sapphire #0F2060
Tints of Sapphire #0F2060
RGB
CMYK
RGB Variations
Color information
#0F2060 (or 0x0F2060) is known color: Sapphire. HEX triplet: 0F, 20 and 60. RGB value is (15,32,96). Sum of RGB (Red+Green+Blue) = 15+32+96=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F2060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2060 is #F0DF9F. Grayscale: #212121. Windows color (decimal): -15785888 or 6299663. OLE color: 6299663.
HSL color Cylindrical-coordinate representation of color #0F2060: hue angle of 227.41º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F2060 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 32 | 96 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.62 |
| HSL | 227.41º | 0.73% | 0.22% | - |
| HSV(B) | 227.41º | 0.84% | 0.38% | - |
| XYZ | 2.82 | 1.98 | 11.3 | - |
| YUV | 34.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 96 | 0.84 | 0.67 | 0 | 0.62 | 227.41 | 0.73 | 0.22 |
| Hex | F | 20 | 60 | 54 | 43 | 0 | 3E | E3 | 49 | 16 |
| Octal | 17 | 40 | 140 | 124 | 103 | 0 | 76 | 343 | 111 | 26 |
| Binary | 1111 | 100000 | 1100000 | 1010100 | 1000011 | 0 | 111110 | 11100011 | 1001001 | 10110 |
Color Harmonies of #0F2060
Complementary color
Monochromatic Colors of #0F2060
Black with #0F2060
Text Example
Text Example
White with #0F2060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2060; }
p { color: rgb(15,32,96); }
H1.HeaderClassName
{
color: #0F2060;
}
.AnyTagClassName
{
color: #0F2060;
}
</style>
background-color css
<style>
a { background-color: #0F2060; }
a { background-color: rgb(15,32,96); }
div.DivClassName
{
background-color: #0F2060;
}
.BgClassName
{
background-color: #0F2060;
}
</style>
border-color css
<style>
span { border-color: #0F2060; }
span { border-color: rgb(15,32,96); }
td.TdClassName
{
border-color: #0F2060;
}
.TagClassName
{
border-color: #0F2060;
}
</style>