Shades of Allports #18768D
Tints of Allports #18768D
RGB
CMYK
RGB Variations
Color information
#18768D (or 0x18768D) is known color: Allports. HEX triplet: 18, 76 and 8D. RGB value is (24,118,141). Sum of RGB (Red+Green+Blue) = 24+118+141=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #18768D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18768D is #E78972. Grayscale: #5C5C5C. Windows color (decimal): -15174003 or 9270808. OLE color: 9270808.
HSL color Cylindrical-coordinate representation of color #18768D: hue angle of 191.79º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18768D is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 118 | 141 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.45 |
| HSL | 191.79º | 0.71% | 0.32% | - |
| HSV(B) | 191.79º | 0.83% | 0.55% | - |
| XYZ | 11.66 | 15.07 | 27.49 | - |
| YUV | 92.52 | 155.36 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 141 | 0.83 | 0.16 | 0 | 0.45 | 191.79 | 0.71 | 0.32 |
| Hex | 18 | 76 | 8D | 53 | 10 | 0 | 2D | C0 | 47 | 20 |
| Octal | 30 | 166 | 215 | 123 | 20 | 0 | 55 | 300 | 107 | 40 |
| Binary | 11000 | 1110110 | 10001101 | 1010011 | 10000 | 0 | 101101 | 11000000 | 1000111 | 100000 |
Color Harmonies of #18768D
Complementary color
Monochromatic Colors of #18768D
Black with #18768D
Text Example
Text Example
White with #18768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18768D; }
p { color: rgb(24,118,141); }
H1.HeaderClassName
{
color: #18768D;
}
.AnyTagClassName
{
color: #18768D;
}
</style>
background-color css
<style>
a { background-color: #18768D; }
a { background-color: rgb(24,118,141); }
div.DivClassName
{
background-color: #18768D;
}
.BgClassName
{
background-color: #18768D;
}
</style>
border-color css
<style>
span { border-color: #18768D; }
span { border-color: rgb(24,118,141); }
td.TdClassName
{
border-color: #18768D;
}
.TagClassName
{
border-color: #18768D;
}
</style>