Shades of Allports #18748B
Tints of Allports #18748B
RGB
CMYK
RGB Variations
Color information
#18748B (or 0x18748B) is known color: Allports. HEX triplet: 18, 74 and 8B. RGB value is (24,116,139). Sum of RGB (Red+Green+Blue) = 24+116+139=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #18748B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18748B is #E78B74. Grayscale: #5A5A5A. Windows color (decimal): -15174517 or 9139224. OLE color: 9139224.
HSL color Cylindrical-coordinate representation of color #18748B: hue angle of 192º 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 #18748B is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 116 | 139 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.45 |
| HSL | 192º | 0.71% | 0.32% | - |
| HSV(B) | 192º | 0.83% | 0.55% | - |
| XYZ | 11.28 | 14.55 | 26.64 | - |
| YUV | 91.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 139 | 0.83 | 0.17 | 0 | 0.45 | 192 | 0.71 | 0.32 |
| Hex | 18 | 74 | 8B | 53 | 11 | 0 | 2D | C0 | 47 | 20 |
| Octal | 30 | 164 | 213 | 123 | 21 | 0 | 55 | 300 | 107 | 40 |
| Binary | 11000 | 1110100 | 10001011 | 1010011 | 10001 | 0 | 101101 | 11000000 | 1000111 | 100000 |
Color Harmonies of #18748B
Complementary color
Monochromatic Colors of #18748B
Black with #18748B
Text Example
Text Example
White with #18748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18748B; }
p { color: rgb(24,116,139); }
H1.HeaderClassName
{
color: #18748B;
}
.AnyTagClassName
{
color: #18748B;
}
</style>
background-color css
<style>
a { background-color: #18748B; }
a { background-color: rgb(24,116,139); }
div.DivClassName
{
background-color: #18748B;
}
.BgClassName
{
background-color: #18748B;
}
</style>
border-color css
<style>
span { border-color: #18748B; }
span { border-color: rgb(24,116,139); }
td.TdClassName
{
border-color: #18748B;
}
.TagClassName
{
border-color: #18748B;
}
</style>