Shades of Allports #0A718D
Tints of Allports #0A718D
RGB
CMYK
RGB Variations
Color information
#0A718D (or 0x0A718D) is known color: Allports. HEX triplet: 0A, 71 and 8D. RGB value is (10,113,141). Sum of RGB (Red+Green+Blue) = 10+113+141=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A718D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A718D is #F58E72. Grayscale: #555555. Windows color (decimal): -16092787 or 9269514. OLE color: 9269514.
HSL color Cylindrical-coordinate representation of color #0A718D: hue angle of 192.82º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A718D is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 113 | 141 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.45 |
| HSL | 192.82º | 0.87% | 0.3% | - |
| HSV(B) | 192.82º | 0.93% | 0.55% | - |
| XYZ | 10.84 | 13.8 | 27.29 | - |
| YUV | 85.4 | 159.38 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 113 | 141 | 0.93 | 0.20 | 0 | 0.45 | 192.82 | 0.87 | 0.3 |
| Hex | A | 71 | 8D | 5D | 14 | 0 | 2D | C1 | 57 | 1E |
| Octal | 12 | 161 | 215 | 135 | 24 | 0 | 55 | 301 | 127 | 36 |
| Binary | 1010 | 1110001 | 10001101 | 1011101 | 10100 | 0 | 101101 | 11000001 | 1010111 | 11110 |
Color Harmonies of #0A718D
Complementary color
Monochromatic Colors of #0A718D
Black with #0A718D
Text Example
Text Example
White with #0A718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A718D; }
p { color: rgb(10,113,141); }
H1.HeaderClassName
{
color: #0A718D;
}
.AnyTagClassName
{
color: #0A718D;
}
</style>
background-color css
<style>
a { background-color: #0A718D; }
a { background-color: rgb(10,113,141); }
div.DivClassName
{
background-color: #0A718D;
}
.BgClassName
{
background-color: #0A718D;
}
</style>
border-color css
<style>
span { border-color: #0A718D; }
span { border-color: rgb(10,113,141); }
td.TdClassName
{
border-color: #0A718D;
}
.TagClassName
{
border-color: #0A718D;
}
</style>