Shades of Allports #0F7092
Tints of Allports #0F7092
RGB
CMYK
RGB Variations
Color information
#0F7092 (or 0x0F7092) is known color: Allports. HEX triplet: 0F, 70 and 92. RGB value is (15,112,146). Sum of RGB (Red+Green+Blue) = 15+112+146=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F7092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7092 is #F08F6D. Grayscale: #565656. Windows color (decimal): -15765358 or 9596943. OLE color: 9596943.
HSL color Cylindrical-coordinate representation of color #0F7092: hue angle of 195.57º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F7092 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 112 | 146 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.43 |
| HSL | 195.57º | 0.81% | 0.32% | - |
| HSV(B) | 195.57º | 0.9% | 0.57% | - |
| XYZ | 11.18 | 13.77 | 29.26 | - |
| YUV | 86.87 | 161.36 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 146 | 0.90 | 0.23 | 0 | 0.43 | 195.57 | 0.81 | 0.32 |
| Hex | F | 70 | 92 | 5A | 17 | 0 | 2B | C4 | 51 | 20 |
| Octal | 17 | 160 | 222 | 132 | 27 | 0 | 53 | 304 | 121 | 40 |
| Binary | 1111 | 1110000 | 10010010 | 1011010 | 10111 | 0 | 101011 | 11000100 | 1010001 | 100000 |
Color Harmonies of #0F7092
Complementary color
Monochromatic Colors of #0F7092
Black with #0F7092
Text Example
Text Example
White with #0F7092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7092; }
p { color: rgb(15,112,146); }
H1.HeaderClassName
{
color: #0F7092;
}
.AnyTagClassName
{
color: #0F7092;
}
</style>
background-color css
<style>
a { background-color: #0F7092; }
a { background-color: rgb(15,112,146); }
div.DivClassName
{
background-color: #0F7092;
}
.BgClassName
{
background-color: #0F7092;
}
</style>
border-color css
<style>
span { border-color: #0F7092; }
span { border-color: rgb(15,112,146); }
td.TdClassName
{
border-color: #0F7092;
}
.TagClassName
{
border-color: #0F7092;
}
</style>