Shades of Allports #18768F
Tints of Allports #18768F
RGB
CMYK
RGB Variations
Color information
#18768F (or 0x18768F) is known color: Allports. HEX triplet: 18, 76 and 8F. RGB value is (24,118,143). Sum of RGB (Red+Green+Blue) = 24+118+143=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #18768F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18768F is #E78970. Grayscale: #5C5C5C. Windows color (decimal): -15174001 or 9401880. OLE color: 9401880.
HSL color Cylindrical-coordinate representation of color #18768F: hue angle of 192.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 #18768F is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 118 | 143 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.44 |
| HSL | 192.61º | 0.71% | 0.33% | - |
| HSV(B) | 192.61º | 0.83% | 0.56% | - |
| XYZ | 11.81 | 15.13 | 28.29 | - |
| YUV | 92.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 143 | 0.83 | 0.17 | 0 | 0.44 | 192.61 | 0.71 | 0.33 |
| Hex | 18 | 76 | 8F | 53 | 11 | 0 | 2C | C1 | 47 | 21 |
| Octal | 30 | 166 | 217 | 123 | 21 | 0 | 54 | 301 | 107 | 41 |
| Binary | 11000 | 1110110 | 10001111 | 1010011 | 10001 | 0 | 101100 | 11000001 | 1000111 | 100001 |
Color Harmonies of #18768F
Complementary color
Monochromatic Colors of #18768F
Black with #18768F
Text Example
Text Example
White with #18768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18768F; }
p { color: rgb(24,118,143); }
H1.HeaderClassName
{
color: #18768F;
}
.AnyTagClassName
{
color: #18768F;
}
</style>
background-color css
<style>
a { background-color: #18768F; }
a { background-color: rgb(24,118,143); }
div.DivClassName
{
background-color: #18768F;
}
.BgClassName
{
background-color: #18768F;
}
</style>
border-color css
<style>
span { border-color: #18768F; }
span { border-color: rgb(24,118,143); }
td.TdClassName
{
border-color: #18768F;
}
.TagClassName
{
border-color: #18768F;
}
</style>