Shades of Allports #18778F
Tints of Allports #18778F
RGB
CMYK
RGB Variations
Color information
#18778F (or 0x18778F) is known color: Allports. HEX triplet: 18, 77 and 8F. RGB value is (24,119,143). Sum of RGB (Red+Green+Blue) = 24+119+143=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #18778F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18778F is #E78870. Grayscale: #5D5D5D. Windows color (decimal): -15173745 or 9402136. OLE color: 9402136.
HSL color Cylindrical-coordinate representation of color #18778F: hue angle of 192.1º 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 #18778F is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 119 | 143 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.44 |
| HSL | 192.1º | 0.71% | 0.33% | - |
| HSV(B) | 192.1º | 0.83% | 0.56% | - |
| XYZ | 11.93 | 15.37 | 28.32 | - |
| YUV | 93.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 143 | 0.83 | 0.17 | 0 | 0.44 | 192.1 | 0.71 | 0.33 |
| Hex | 18 | 77 | 8F | 53 | 11 | 0 | 2C | C0 | 47 | 21 |
| Octal | 30 | 167 | 217 | 123 | 21 | 0 | 54 | 300 | 107 | 41 |
| Binary | 11000 | 1110111 | 10001111 | 1010011 | 10001 | 0 | 101100 | 11000000 | 1000111 | 100001 |
Color Harmonies of #18778F
Complementary color
Monochromatic Colors of #18778F
Black with #18778F
Text Example
Text Example
White with #18778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18778F; }
p { color: rgb(24,119,143); }
H1.HeaderClassName
{
color: #18778F;
}
.AnyTagClassName
{
color: #18778F;
}
</style>
background-color css
<style>
a { background-color: #18778F; }
a { background-color: rgb(24,119,143); }
div.DivClassName
{
background-color: #18778F;
}
.BgClassName
{
background-color: #18778F;
}
</style>
border-color css
<style>
span { border-color: #18778F; }
span { border-color: rgb(24,119,143); }
td.TdClassName
{
border-color: #18778F;
}
.TagClassName
{
border-color: #18778F;
}
</style>