Shades of Allports #18708E
Tints of Allports #18708E
RGB
CMYK
RGB Variations
Color information
#18708E (or 0x18708E) is known color: Allports. HEX triplet: 18, 70 and 8E. RGB value is (24,112,142). Sum of RGB (Red+Green+Blue) = 24+112+142=278 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.63% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #18708E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18708E is #E78F71. Grayscale: #585858. Windows color (decimal): -15175538 or 9334808. OLE color: 9334808.
HSL color Cylindrical-coordinate representation of color #18708E: hue angle of 195.25º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18708E is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 112 | 142 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.44 |
| HSL | 195.25º | 0.71% | 0.33% | - |
| HSV(B) | 195.25º | 0.83% | 0.56% | - |
| XYZ | 11.05 | 13.74 | 27.66 | - |
| YUV | 89.11 | 157.85 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 142 | 0.83 | 0.21 | 0 | 0.44 | 195.25 | 0.71 | 0.33 |
| Hex | 18 | 70 | 8E | 53 | 15 | 0 | 2C | C3 | 47 | 21 |
| Octal | 30 | 160 | 216 | 123 | 25 | 0 | 54 | 303 | 107 | 41 |
| Binary | 11000 | 1110000 | 10001110 | 1010011 | 10101 | 0 | 101100 | 11000011 | 1000111 | 100001 |
Color Harmonies of #18708E
Complementary color
Monochromatic Colors of #18708E
Black with #18708E
Text Example
Text Example
White with #18708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18708E; }
p { color: rgb(24,112,142); }
H1.HeaderClassName
{
color: #18708E;
}
.AnyTagClassName
{
color: #18708E;
}
</style>
background-color css
<style>
a { background-color: #18708E; }
a { background-color: rgb(24,112,142); }
div.DivClassName
{
background-color: #18708E;
}
.BgClassName
{
background-color: #18708E;
}
</style>
border-color css
<style>
span { border-color: #18708E; }
span { border-color: rgb(24,112,142); }
td.TdClassName
{
border-color: #18708E;
}
.TagClassName
{
border-color: #18708E;
}
</style>