Shades of Allports #0F6178
Tints of Allports #0F6178
RGB
CMYK
RGB Variations
Color information
#0F6178 (or 0x0F6178) is known color: Allports. HEX triplet: 0F, 61 and 78. RGB value is (15,97,120). Sum of RGB (Red+Green+Blue) = 15+97+120=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F6178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6178 is #F09E87. Grayscale: #4A4A4A. Windows color (decimal): -15769224 or 7889167. OLE color: 7889167.
HSL color Cylindrical-coordinate representation of color #0F6178: hue angle of 193.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F6178 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 97 | 120 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.53 |
| HSL | 193.14º | 0.78% | 0.26% | - |
| HSV(B) | 193.14º | 0.88% | 0.47% | - |
| XYZ | 7.86 | 10.01 | 19.29 | - |
| YUV | 75.1 | 153.33 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 120 | 0.87 | 0.19 | 0 | 0.53 | 193.14 | 0.78 | 0.26 |
| Hex | F | 61 | 78 | 57 | 13 | 0 | 35 | C1 | 4E | 1A |
| Octal | 17 | 141 | 170 | 127 | 23 | 0 | 65 | 301 | 116 | 32 |
| Binary | 1111 | 1100001 | 1111000 | 1010111 | 10011 | 0 | 110101 | 11000001 | 1001110 | 11010 |
Color Harmonies of #0F6178
Complementary color
Monochromatic Colors of #0F6178
Black with #0F6178
Text Example
Text Example
White with #0F6178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6178; }
p { color: rgb(15,97,120); }
H1.HeaderClassName
{
color: #0F6178;
}
.AnyTagClassName
{
color: #0F6178;
}
</style>
background-color css
<style>
a { background-color: #0F6178; }
a { background-color: rgb(15,97,120); }
div.DivClassName
{
background-color: #0F6178;
}
.BgClassName
{
background-color: #0F6178;
}
</style>
border-color css
<style>
span { border-color: #0F6178; }
span { border-color: rgb(15,97,120); }
td.TdClassName
{
border-color: #0F6178;
}
.TagClassName
{
border-color: #0F6178;
}
</style>