Shades of Allports #0F708F
Tints of Allports #0F708F
RGB
CMYK
RGB Variations
Color information
#0F708F (or 0x0F708F) is known color: Allports. HEX triplet: 0F, 70 and 8F. RGB value is (15,112,143). Sum of RGB (Red+Green+Blue) = 15+112+143=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #0F708F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F708F is #F08F70. Grayscale: #565656. Windows color (decimal): -15765361 or 9400335. OLE color: 9400335.
HSL color Cylindrical-coordinate representation of color #0F708F: hue angle of 194.53º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F708F is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 112 | 143 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.44 |
| HSL | 194.53º | 0.81% | 0.31% | - |
| HSV(B) | 194.53º | 0.9% | 0.56% | - |
| XYZ | 10.95 | 13.67 | 28.05 | - |
| YUV | 86.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 143 | 0.90 | 0.22 | 0 | 0.44 | 194.53 | 0.81 | 0.31 |
| Hex | F | 70 | 8F | 5A | 16 | 0 | 2C | C3 | 51 | 1F |
| Octal | 17 | 160 | 217 | 132 | 26 | 0 | 54 | 303 | 121 | 37 |
| Binary | 1111 | 1110000 | 10001111 | 1011010 | 10110 | 0 | 101100 | 11000011 | 1010001 | 11111 |
Color Harmonies of #0F708F
Complementary color
Monochromatic Colors of #0F708F
Black with #0F708F
Text Example
Text Example
White with #0F708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F708F; }
p { color: rgb(15,112,143); }
H1.HeaderClassName
{
color: #0F708F;
}
.AnyTagClassName
{
color: #0F708F;
}
</style>
background-color css
<style>
a { background-color: #0F708F; }
a { background-color: rgb(15,112,143); }
div.DivClassName
{
background-color: #0F708F;
}
.BgClassName
{
background-color: #0F708F;
}
</style>
border-color css
<style>
span { border-color: #0F708F; }
span { border-color: rgb(15,112,143); }
td.TdClassName
{
border-color: #0F708F;
}
.TagClassName
{
border-color: #0F708F;
}
</style>