Shades of Allports #0F6C92
Tints of Allports #0F6C92
RGB
CMYK
RGB Variations
Color information
#0F6C92 (or 0x0F6C92) is known color: Allports. HEX triplet: 0F, 6C and 92. RGB value is (15,108,146). Sum of RGB (Red+Green+Blue) = 15+108+146=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F6C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6C92 is #F0936D. Grayscale: #545454. Windows color (decimal): -15766382 or 9595919. OLE color: 9595919.
HSL color Cylindrical-coordinate representation of color #0F6C92: hue angle of 197.4º 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 #0F6C92 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 108 | 146 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.43 |
| HSL | 197.4º | 0.81% | 0.32% | - |
| HSV(B) | 197.4º | 0.9% | 0.57% | - |
| XYZ | 10.75 | 12.9 | 29.12 | - |
| YUV | 84.53 | 162.69 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 108 | 146 | 0.90 | 0.26 | 0 | 0.43 | 197.4 | 0.81 | 0.32 |
| Hex | F | 6C | 92 | 5A | 1A | 0 | 2B | C5 | 51 | 20 |
| Octal | 17 | 154 | 222 | 132 | 32 | 0 | 53 | 305 | 121 | 40 |
| Binary | 1111 | 1101100 | 10010010 | 1011010 | 11010 | 0 | 101011 | 11000101 | 1010001 | 100000 |
Color Harmonies of #0F6C92
Complementary color
Monochromatic Colors of #0F6C92
Black with #0F6C92
Text Example
Text Example
White with #0F6C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6C92; }
p { color: rgb(15,108,146); }
H1.HeaderClassName
{
color: #0F6C92;
}
.AnyTagClassName
{
color: #0F6C92;
}
</style>
background-color css
<style>
a { background-color: #0F6C92; }
a { background-color: rgb(15,108,146); }
div.DivClassName
{
background-color: #0F6C92;
}
.BgClassName
{
background-color: #0F6C92;
}
</style>
border-color css
<style>
span { border-color: #0F6C92; }
span { border-color: rgb(15,108,146); }
td.TdClassName
{
border-color: #0F6C92;
}
.TagClassName
{
border-color: #0F6C92;
}
</style>