Shades of Allports #18748F
Tints of Allports #18748F
RGB
CMYK
RGB Variations
Color information
#18748F (or 0x18748F) is known color: Allports. HEX triplet: 18, 74 and 8F. RGB value is (24,116,143). Sum of RGB (Red+Green+Blue) = 24+116+143=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #18748F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18748F is #E78B70. Grayscale: #5B5B5B. Windows color (decimal): -15174513 or 9401368. OLE color: 9401368.
HSL color Cylindrical-coordinate representation of color #18748F: hue angle of 193.61º 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 #18748F is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 116 | 143 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.44 |
| HSL | 193.61º | 0.71% | 0.33% | - |
| HSV(B) | 193.61º | 0.83% | 0.56% | - |
| XYZ | 11.58 | 14.67 | 28.21 | - |
| YUV | 91.57 | 157.02 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 143 | 0.83 | 0.19 | 0 | 0.44 | 193.61 | 0.71 | 0.33 |
| Hex | 18 | 74 | 8F | 53 | 13 | 0 | 2C | C2 | 47 | 21 |
| Octal | 30 | 164 | 217 | 123 | 23 | 0 | 54 | 302 | 107 | 41 |
| Binary | 11000 | 1110100 | 10001111 | 1010011 | 10011 | 0 | 101100 | 11000010 | 1000111 | 100001 |
Color Harmonies of #18748F
Complementary color
Monochromatic Colors of #18748F
Black with #18748F
Text Example
Text Example
White with #18748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18748F; }
p { color: rgb(24,116,143); }
H1.HeaderClassName
{
color: #18748F;
}
.AnyTagClassName
{
color: #18748F;
}
</style>
background-color css
<style>
a { background-color: #18748F; }
a { background-color: rgb(24,116,143); }
div.DivClassName
{
background-color: #18748F;
}
.BgClassName
{
background-color: #18748F;
}
</style>
border-color css
<style>
span { border-color: #18748F; }
span { border-color: rgb(24,116,143); }
td.TdClassName
{
border-color: #18748F;
}
.TagClassName
{
border-color: #18748F;
}
</style>