Shades of Allports #18697D
Tints of Allports #18697D
RGB
CMYK
RGB Variations
Color information
#18697D (or 0x18697D) is known color: Allports. HEX triplet: 18, 69 and 7D. RGB value is (24,105,125). Sum of RGB (Red+Green+Blue) = 24+105+125=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #18697D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18697D is #E79682. Grayscale: #525252. Windows color (decimal): -15177347 or 8218904. OLE color: 8218904.
HSL color Cylindrical-coordinate representation of color #18697D: hue angle of 191.88º 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 #18697D is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 105 | 125 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.51 |
| HSL | 191.88º | 0.68% | 0.29% | - |
| HSV(B) | 191.88º | 0.81% | 0.49% | - |
| XYZ | 9.13 | 11.78 | 21.19 | - |
| YUV | 83.06 | 151.66 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 125 | 0.81 | 0.16 | 0 | 0.51 | 191.88 | 0.68 | 0.29 |
| Hex | 18 | 69 | 7D | 51 | 10 | 0 | 33 | C0 | 44 | 1D |
| Octal | 30 | 151 | 175 | 121 | 20 | 0 | 63 | 300 | 104 | 35 |
| Binary | 11000 | 1101001 | 1111101 | 1010001 | 10000 | 0 | 110011 | 11000000 | 1000100 | 11101 |
Color Harmonies of #18697D
Complementary color
Monochromatic Colors of #18697D
Black with #18697D
Text Example
Text Example
White with #18697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18697D; }
p { color: rgb(24,105,125); }
H1.HeaderClassName
{
color: #18697D;
}
.AnyTagClassName
{
color: #18697D;
}
</style>
background-color css
<style>
a { background-color: #18697D; }
a { background-color: rgb(24,105,125); }
div.DivClassName
{
background-color: #18697D;
}
.BgClassName
{
background-color: #18697D;
}
</style>
border-color css
<style>
span { border-color: #18697D; }
span { border-color: rgb(24,105,125); }
td.TdClassName
{
border-color: #18697D;
}
.TagClassName
{
border-color: #18697D;
}
</style>