Shades of Sapphire #0F2050
Tints of Sapphire #0F2050
RGB
CMYK
RGB Variations
Color information
#0F2050 (or 0x0F2050) is known color: Sapphire. HEX triplet: 0F, 20 and 50. RGB value is (15,32,80). Sum of RGB (Red+Green+Blue) = 15+32+80=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #0F2050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2050 is #F0DFAF. Grayscale: #202020. Windows color (decimal): -15785904 or 5251087. OLE color: 5251087.
HSL color Cylindrical-coordinate representation of color #0F2050: hue angle of 224.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F2050 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 32 | 80 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.69 |
| HSL | 224.31º | 0.68% | 0.19% | - |
| HSV(B) | 224.31º | 0.81% | 0.31% | - |
| XYZ | 2.16 | 1.71 | 7.81 | - |
| YUV | 32.39 | 154.87 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 80 | 0.81 | 0.60 | 0 | 0.69 | 224.31 | 0.68 | 0.19 |
| Hex | F | 20 | 50 | 51 | 3C | 0 | 45 | E0 | 44 | 13 |
| Octal | 17 | 40 | 120 | 121 | 74 | 0 | 105 | 340 | 104 | 23 |
| Binary | 1111 | 100000 | 1010000 | 1010001 | 111100 | 0 | 1000101 | 11100000 | 1000100 | 10011 |
Color Harmonies of #0F2050
Complementary color
Monochromatic Colors of #0F2050
Black with #0F2050
Text Example
Text Example
White with #0F2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2050; }
p { color: rgb(15,32,80); }
H1.HeaderClassName
{
color: #0F2050;
}
.AnyTagClassName
{
color: #0F2050;
}
</style>
background-color css
<style>
a { background-color: #0F2050; }
a { background-color: rgb(15,32,80); }
div.DivClassName
{
background-color: #0F2050;
}
.BgClassName
{
background-color: #0F2050;
}
</style>
border-color css
<style>
span { border-color: #0F2050; }
span { border-color: rgb(15,32,80); }
td.TdClassName
{
border-color: #0F2050;
}
.TagClassName
{
border-color: #0F2050;
}
</style>