Shades of Allports #0F687F
Tints of Allports #0F687F
RGB
CMYK
RGB Variations
Color information
#0F687F (or 0x0F687F) is known color: Allports. HEX triplet: 0F, 68 and 7F. RGB value is (15,104,127). Sum of RGB (Red+Green+Blue) = 15+104+127=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F687F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F687F is #F09780. Grayscale: #4F4F4F. Windows color (decimal): -15767425 or 8349711. OLE color: 8349711.
HSL color Cylindrical-coordinate representation of color #0F687F: hue angle of 192.32º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F687F is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 104 | 127 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.50 |
| HSL | 192.32º | 0.79% | 0.28% | - |
| HSV(B) | 192.32º | 0.88% | 0.5% | - |
| XYZ | 8.98 | 11.53 | 21.83 | - |
| YUV | 80.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 127 | 0.88 | 0.18 | 0 | 0.50 | 192.32 | 0.79 | 0.28 |
| Hex | F | 68 | 7F | 58 | 12 | 0 | 32 | C0 | 4F | 1C |
| Octal | 17 | 150 | 177 | 130 | 22 | 0 | 62 | 300 | 117 | 34 |
| Binary | 1111 | 1101000 | 1111111 | 1011000 | 10010 | 0 | 110010 | 11000000 | 1001111 | 11100 |
Color Harmonies of #0F687F
Complementary color
Monochromatic Colors of #0F687F
Black with #0F687F
Text Example
Text Example
White with #0F687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F687F; }
p { color: rgb(15,104,127); }
H1.HeaderClassName
{
color: #0F687F;
}
.AnyTagClassName
{
color: #0F687F;
}
</style>
background-color css
<style>
a { background-color: #0F687F; }
a { background-color: rgb(15,104,127); }
div.DivClassName
{
background-color: #0F687F;
}
.BgClassName
{
background-color: #0F687F;
}
</style>
border-color css
<style>
span { border-color: #0F687F; }
span { border-color: rgb(15,104,127); }
td.TdClassName
{
border-color: #0F687F;
}
.TagClassName
{
border-color: #0F687F;
}
</style>