Shades of Allports #18747D
Tints of Allports #18747D
RGB
CMYK
RGB Variations
Color information
#18747D (or 0x18747D) is known color: Allports. HEX triplet: 18, 74 and 7D. RGB value is (24,116,125). Sum of RGB (Red+Green+Blue) = 24+116+125=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #18747D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18747D is #E78B82. Grayscale: #595959. Windows color (decimal): -15174531 or 8221720. OLE color: 8221720.
HSL color Cylindrical-coordinate representation of color #18747D: hue angle of 185.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 #18747D is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 116 | 125 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.51 |
| HSL | 185.35º | 0.68% | 0.29% | - |
| HSV(B) | 185.35º | 0.81% | 0.49% | - |
| XYZ | 10.32 | 14.17 | 21.59 | - |
| YUV | 89.52 | 148.02 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 125 | 0.81 | 0.07 | 0 | 0.51 | 185.35 | 0.68 | 0.29 |
| Hex | 18 | 74 | 7D | 51 | 7 | 0 | 33 | B9 | 44 | 1D |
| Octal | 30 | 164 | 175 | 121 | 7 | 0 | 63 | 271 | 104 | 35 |
| Binary | 11000 | 1110100 | 1111101 | 1010001 | 111 | 0 | 110011 | 10111001 | 1000100 | 11101 |
Color Harmonies of #18747D
Complementary color
Monochromatic Colors of #18747D
Black with #18747D
Text Example
Text Example
White with #18747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18747D; }
p { color: rgb(24,116,125); }
H1.HeaderClassName
{
color: #18747D;
}
.AnyTagClassName
{
color: #18747D;
}
</style>
background-color css
<style>
a { background-color: #18747D; }
a { background-color: rgb(24,116,125); }
div.DivClassName
{
background-color: #18747D;
}
.BgClassName
{
background-color: #18747D;
}
</style>
border-color css
<style>
span { border-color: #18747D; }
span { border-color: rgb(24,116,125); }
td.TdClassName
{
border-color: #18747D;
}
.TagClassName
{
border-color: #18747D;
}
</style>