Shades of Allports #186470
Tints of Allports #186470
RGB
CMYK
RGB Variations
Color information
#186470 (or 0x186470) is known color: Allports. HEX triplet: 18, 64 and 70. RGB value is (24,100,112). Sum of RGB (Red+Green+Blue) = 24+100+112=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #186470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186470 is #E79B8F. Grayscale: #4E4E4E. Windows color (decimal): -15178640 or 7365656. OLE color: 7365656.
HSL color Cylindrical-coordinate representation of color #186470: hue angle of 188.18º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186470 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 100 | 112 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.56 |
| HSL | 188.18º | 0.65% | 0.27% | - |
| HSV(B) | 188.18º | 0.79% | 0.44% | - |
| XYZ | 7.86 | 10.48 | 16.94 | - |
| YUV | 78.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 112 | 0.79 | 0.11 | 0 | 0.56 | 188.18 | 0.65 | 0.27 |
| Hex | 18 | 64 | 70 | 4F | B | 0 | 38 | BC | 41 | 1B |
| Octal | 30 | 144 | 160 | 117 | 13 | 0 | 70 | 274 | 101 | 33 |
| Binary | 11000 | 1100100 | 1110000 | 1001111 | 1011 | 0 | 111000 | 10111100 | 1000001 | 11011 |
Color Harmonies of #186470
Complementary color
Monochromatic Colors of #186470
Black with #186470
Text Example
Text Example
White with #186470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186470; }
p { color: rgb(24,100,112); }
H1.HeaderClassName
{
color: #186470;
}
.AnyTagClassName
{
color: #186470;
}
</style>
background-color css
<style>
a { background-color: #186470; }
a { background-color: rgb(24,100,112); }
div.DivClassName
{
background-color: #186470;
}
.BgClassName
{
background-color: #186470;
}
</style>
border-color css
<style>
span { border-color: #186470; }
span { border-color: rgb(24,100,112); }
td.TdClassName
{
border-color: #186470;
}
.TagClassName
{
border-color: #186470;
}
</style>