Shades of Allports #18758F
Tints of Allports #18758F
RGB
CMYK
RGB Variations
Color information
#18758F (or 0x18758F) is known color: Allports. HEX triplet: 18, 75 and 8F. RGB value is (24,117,143). Sum of RGB (Red+Green+Blue) = 24+117+143=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #18758F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18758F is #E78A70. Grayscale: #5B5B5B. Windows color (decimal): -15174257 or 9401624. OLE color: 9401624.
HSL color Cylindrical-coordinate representation of color #18758F: hue angle of 193.11º 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 #18758F is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 117 | 143 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.44 |
| HSL | 193.11º | 0.71% | 0.33% | - |
| HSV(B) | 193.11º | 0.83% | 0.56% | - |
| XYZ | 11.7 | 14.9 | 28.25 | - |
| YUV | 92.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 117 | 143 | 0.83 | 0.18 | 0 | 0.44 | 193.11 | 0.71 | 0.33 |
| Hex | 18 | 75 | 8F | 53 | 12 | 0 | 2C | C1 | 47 | 21 |
| Octal | 30 | 165 | 217 | 123 | 22 | 0 | 54 | 301 | 107 | 41 |
| Binary | 11000 | 1110101 | 10001111 | 1010011 | 10010 | 0 | 101100 | 11000001 | 1000111 | 100001 |
Color Harmonies of #18758F
Complementary color
Monochromatic Colors of #18758F
Black with #18758F
Text Example
Text Example
White with #18758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18758F; }
p { color: rgb(24,117,143); }
H1.HeaderClassName
{
color: #18758F;
}
.AnyTagClassName
{
color: #18758F;
}
</style>
background-color css
<style>
a { background-color: #18758F; }
a { background-color: rgb(24,117,143); }
div.DivClassName
{
background-color: #18758F;
}
.BgClassName
{
background-color: #18758F;
}
</style>
border-color css
<style>
span { border-color: #18758F; }
span { border-color: rgb(24,117,143); }
td.TdClassName
{
border-color: #18758F;
}
.TagClassName
{
border-color: #18758F;
}
</style>