Shades of Allports #0F6E82
Tints of Allports #0F6E82
RGB
CMYK
RGB Variations
Color information
#0F6E82 (or 0x0F6E82) is known color: Allports. HEX triplet: 0F, 6E and 82. RGB value is (15,110,130). Sum of RGB (Red+Green+Blue) = 15+110+130=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F6E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6E82 is #F0917D. Grayscale: #535353. Windows color (decimal): -15765886 or 8547855. OLE color: 8547855.
HSL color Cylindrical-coordinate representation of color #0F6E82: hue angle of 190.43º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F6E82 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 110 | 130 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.49 |
| HSL | 190.43º | 0.79% | 0.28% | - |
| HSV(B) | 190.43º | 0.88% | 0.51% | - |
| XYZ | 9.8 | 12.87 | 23.09 | - |
| YUV | 83.88 | 154.03 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 110 | 130 | 0.88 | 0.15 | 0 | 0.49 | 190.43 | 0.79 | 0.28 |
| Hex | F | 6E | 82 | 58 | F | 0 | 31 | BE | 4F | 1C |
| Octal | 17 | 156 | 202 | 130 | 17 | 0 | 61 | 276 | 117 | 34 |
| Binary | 1111 | 1101110 | 10000010 | 1011000 | 1111 | 0 | 110001 | 10111110 | 1001111 | 11100 |
Color Harmonies of #0F6E82
Complementary color
Monochromatic Colors of #0F6E82
Black with #0F6E82
Text Example
Text Example
White with #0F6E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6E82; }
p { color: rgb(15,110,130); }
H1.HeaderClassName
{
color: #0F6E82;
}
.AnyTagClassName
{
color: #0F6E82;
}
</style>
background-color css
<style>
a { background-color: #0F6E82; }
a { background-color: rgb(15,110,130); }
div.DivClassName
{
background-color: #0F6E82;
}
.BgClassName
{
background-color: #0F6E82;
}
</style>
border-color css
<style>
span { border-color: #0F6E82; }
span { border-color: rgb(15,110,130); }
td.TdClassName
{
border-color: #0F6E82;
}
.TagClassName
{
border-color: #0F6E82;
}
</style>