Shades of Allports #0F6877
Tints of Allports #0F6877
RGB
CMYK
RGB Variations
Color information
#0F6877 (or 0x0F6877) is known color: Allports. HEX triplet: 0F, 68 and 77. RGB value is (15,104,119). Sum of RGB (Red+Green+Blue) = 15+104+119=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F6877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6877 is #F09788. Grayscale: #4E4E4E. Windows color (decimal): -15767433 or 7825423. OLE color: 7825423.
HSL color Cylindrical-coordinate representation of color #0F6877: hue angle of 188.65º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F6877 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 104 | 119 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.53 |
| HSL | 188.65º | 0.78% | 0.26% | - |
| HSV(B) | 188.65º | 0.87% | 0.47% | - |
| XYZ | 8.48 | 11.33 | 19.19 | - |
| YUV | 79.1 | 150.51 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 119 | 0.87 | 0.13 | 0 | 0.53 | 188.65 | 0.78 | 0.26 |
| Hex | F | 68 | 77 | 57 | D | 0 | 35 | BD | 4E | 1A |
| Octal | 17 | 150 | 167 | 127 | 15 | 0 | 65 | 275 | 116 | 32 |
| Binary | 1111 | 1101000 | 1110111 | 1010111 | 1101 | 0 | 110101 | 10111101 | 1001110 | 11010 |
Color Harmonies of #0F6877
Complementary color
Monochromatic Colors of #0F6877
Black with #0F6877
Text Example
Text Example
White with #0F6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6877; }
p { color: rgb(15,104,119); }
H1.HeaderClassName
{
color: #0F6877;
}
.AnyTagClassName
{
color: #0F6877;
}
</style>
background-color css
<style>
a { background-color: #0F6877; }
a { background-color: rgb(15,104,119); }
div.DivClassName
{
background-color: #0F6877;
}
.BgClassName
{
background-color: #0F6877;
}
</style>
border-color css
<style>
span { border-color: #0F6877; }
span { border-color: rgb(15,104,119); }
td.TdClassName
{
border-color: #0F6877;
}
.TagClassName
{
border-color: #0F6877;
}
</style>