Shades of Allports #0A718C
Tints of Allports #0A718C
RGB
CMYK
RGB Variations
Color information
#0A718C (or 0x0A718C) is known color: Allports. HEX triplet: 0A, 71 and 8C. RGB value is (10,113,140). Sum of RGB (Red+Green+Blue) = 10+113+140=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A718C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A718C is #F58E73. Grayscale: #555555. Windows color (decimal): -16092788 or 9203978. OLE color: 9203978.
HSL color Cylindrical-coordinate representation of color #0A718C: hue angle of 192.46º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A718C is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 113 | 140 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.45 |
| HSL | 192.46º | 0.87% | 0.29% | - |
| HSV(B) | 192.46º | 0.93% | 0.55% | - |
| XYZ | 10.76 | 13.77 | 26.9 | - |
| YUV | 85.28 | 158.88 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 113 | 140 | 0.93 | 0.19 | 0 | 0.45 | 192.46 | 0.87 | 0.29 |
| Hex | A | 71 | 8C | 5D | 13 | 0 | 2D | C0 | 57 | 1D |
| Octal | 12 | 161 | 214 | 135 | 23 | 0 | 55 | 300 | 127 | 35 |
| Binary | 1010 | 1110001 | 10001100 | 1011101 | 10011 | 0 | 101101 | 11000000 | 1010111 | 11101 |
Color Harmonies of #0A718C
Complementary color
Monochromatic Colors of #0A718C
Black with #0A718C
Text Example
Text Example
White with #0A718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A718C; }
p { color: rgb(10,113,140); }
H1.HeaderClassName
{
color: #0A718C;
}
.AnyTagClassName
{
color: #0A718C;
}
</style>
background-color css
<style>
a { background-color: #0A718C; }
a { background-color: rgb(10,113,140); }
div.DivClassName
{
background-color: #0A718C;
}
.BgClassName
{
background-color: #0A718C;
}
</style>
border-color css
<style>
span { border-color: #0A718C; }
span { border-color: rgb(10,113,140); }
td.TdClassName
{
border-color: #0A718C;
}
.TagClassName
{
border-color: #0A718C;
}
</style>