Shades of Allports #18697E
Tints of Allports #18697E
RGB
CMYK
RGB Variations
Color information
#18697E (or 0x18697E) is known color: Allports. HEX triplet: 18, 69 and 7E. RGB value is (24,105,126). Sum of RGB (Red+Green+Blue) = 24+105+126=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #18697E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18697E is #E79681. Grayscale: #535353. Windows color (decimal): -15177346 or 8284440. OLE color: 8284440.
HSL color Cylindrical-coordinate representation of color #18697E: hue angle of 192.35º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18697E is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 105 | 126 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.51 |
| HSL | 192.35º | 0.68% | 0.29% | - |
| HSV(B) | 192.35º | 0.81% | 0.49% | - |
| XYZ | 9.19 | 11.8 | 21.53 | - |
| YUV | 83.18 | 152.16 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 126 | 0.81 | 0.17 | 0 | 0.51 | 192.35 | 0.68 | 0.29 |
| Hex | 18 | 69 | 7E | 51 | 11 | 0 | 33 | C0 | 44 | 1D |
| Octal | 30 | 151 | 176 | 121 | 21 | 0 | 63 | 300 | 104 | 35 |
| Binary | 11000 | 1101001 | 1111110 | 1010001 | 10001 | 0 | 110011 | 11000000 | 1000100 | 11101 |
Color Harmonies of #18697E
Complementary color
Monochromatic Colors of #18697E
Black with #18697E
Text Example
Text Example
White with #18697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18697E; }
p { color: rgb(24,105,126); }
H1.HeaderClassName
{
color: #18697E;
}
.AnyTagClassName
{
color: #18697E;
}
</style>
background-color css
<style>
a { background-color: #18697E; }
a { background-color: rgb(24,105,126); }
div.DivClassName
{
background-color: #18697E;
}
.BgClassName
{
background-color: #18697E;
}
</style>
border-color css
<style>
span { border-color: #18697E; }
span { border-color: rgb(24,105,126); }
td.TdClassName
{
border-color: #18697E;
}
.TagClassName
{
border-color: #18697E;
}
</style>