Shades of Allports #18768C
Tints of Allports #18768C
RGB
CMYK
RGB Variations
Color information
#18768C (or 0x18768C) is known color: Allports. HEX triplet: 18, 76 and 8C. RGB value is (24,118,140). Sum of RGB (Red+Green+Blue) = 24+118+140=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #18768C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18768C is #E78973. Grayscale: #5C5C5C. Windows color (decimal): -15174004 or 9205272. OLE color: 9205272.
HSL color Cylindrical-coordinate representation of color #18768C: hue angle of 191.38º 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 #18768C is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 118 | 140 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.45 |
| HSL | 191.38º | 0.71% | 0.32% | - |
| HSV(B) | 191.38º | 0.83% | 0.55% | - |
| XYZ | 11.59 | 15.04 | 27.1 | - |
| YUV | 92.4 | 154.86 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 140 | 0.83 | 0.16 | 0 | 0.45 | 191.38 | 0.71 | 0.32 |
| Hex | 18 | 76 | 8C | 53 | 10 | 0 | 2D | BF | 47 | 20 |
| Octal | 30 | 166 | 214 | 123 | 20 | 0 | 55 | 277 | 107 | 40 |
| Binary | 11000 | 1110110 | 10001100 | 1010011 | 10000 | 0 | 101101 | 10111111 | 1000111 | 100000 |
Color Harmonies of #18768C
Complementary color
Monochromatic Colors of #18768C
Black with #18768C
Text Example
Text Example
White with #18768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18768C; }
p { color: rgb(24,118,140); }
H1.HeaderClassName
{
color: #18768C;
}
.AnyTagClassName
{
color: #18768C;
}
</style>
background-color css
<style>
a { background-color: #18768C; }
a { background-color: rgb(24,118,140); }
div.DivClassName
{
background-color: #18768C;
}
.BgClassName
{
background-color: #18768C;
}
</style>
border-color css
<style>
span { border-color: #18768C; }
span { border-color: rgb(24,118,140); }
td.TdClassName
{
border-color: #18768C;
}
.TagClassName
{
border-color: #18768C;
}
</style>