Shades of Allports #18768E
Tints of Allports #18768E
RGB
CMYK
RGB Variations
Color information
#18768E (or 0x18768E) is known color: Allports. HEX triplet: 18, 76 and 8E. RGB value is (24,118,142). Sum of RGB (Red+Green+Blue) = 24+118+142=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #18768E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18768E is #E78971. Grayscale: #5C5C5C. Windows color (decimal): -15174002 or 9336344. OLE color: 9336344.
HSL color Cylindrical-coordinate representation of color #18768E: hue angle of 192.2º 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 #18768E is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 118 | 142 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.44 |
| HSL | 192.2º | 0.71% | 0.33% | - |
| HSV(B) | 192.2º | 0.83% | 0.56% | - |
| XYZ | 11.74 | 15.1 | 27.89 | - |
| YUV | 92.63 | 155.86 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 142 | 0.83 | 0.17 | 0 | 0.44 | 192.2 | 0.71 | 0.33 |
| Hex | 18 | 76 | 8E | 53 | 11 | 0 | 2C | C0 | 47 | 21 |
| Octal | 30 | 166 | 216 | 123 | 21 | 0 | 54 | 300 | 107 | 41 |
| Binary | 11000 | 1110110 | 10001110 | 1010011 | 10001 | 0 | 101100 | 11000000 | 1000111 | 100001 |
Color Harmonies of #18768E
Complementary color
Monochromatic Colors of #18768E
Black with #18768E
Text Example
Text Example
White with #18768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18768E; }
p { color: rgb(24,118,142); }
H1.HeaderClassName
{
color: #18768E;
}
.AnyTagClassName
{
color: #18768E;
}
</style>
background-color css
<style>
a { background-color: #18768E; }
a { background-color: rgb(24,118,142); }
div.DivClassName
{
background-color: #18768E;
}
.BgClassName
{
background-color: #18768E;
}
</style>
border-color css
<style>
span { border-color: #18768E; }
span { border-color: rgb(24,118,142); }
td.TdClassName
{
border-color: #18768E;
}
.TagClassName
{
border-color: #18768E;
}
</style>