Shades of Allports #186371
Tints of Allports #186371
RGB
CMYK
RGB Variations
Color information
#186371 (or 0x186371) is known color: Allports. HEX triplet: 18, 63 and 71. RGB value is (24,99,113). Sum of RGB (Red+Green+Blue) = 24+99+113=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #186371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186371 is #E79C8E. Grayscale: #4E4E4E. Windows color (decimal): -15178895 or 7430936. OLE color: 7430936.
HSL color Cylindrical-coordinate representation of color #186371: hue angle of 189.44º 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 #186371 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 99 | 113 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.56 |
| HSL | 189.44º | 0.65% | 0.27% | - |
| HSV(B) | 189.44º | 0.79% | 0.44% | - |
| XYZ | 7.82 | 10.31 | 17.2 | - |
| YUV | 78.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 113 | 0.79 | 0.12 | 0 | 0.56 | 189.44 | 0.65 | 0.27 |
| Hex | 18 | 63 | 71 | 4F | C | 0 | 38 | BD | 41 | 1B |
| Octal | 30 | 143 | 161 | 117 | 14 | 0 | 70 | 275 | 101 | 33 |
| Binary | 11000 | 1100011 | 1110001 | 1001111 | 1100 | 0 | 111000 | 10111101 | 1000001 | 11011 |
Color Harmonies of #186371
Complementary color
Monochromatic Colors of #186371
Black with #186371
Text Example
Text Example
White with #186371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186371; }
p { color: rgb(24,99,113); }
H1.HeaderClassName
{
color: #186371;
}
.AnyTagClassName
{
color: #186371;
}
</style>
background-color css
<style>
a { background-color: #186371; }
a { background-color: rgb(24,99,113); }
div.DivClassName
{
background-color: #186371;
}
.BgClassName
{
background-color: #186371;
}
</style>
border-color css
<style>
span { border-color: #186371; }
span { border-color: rgb(24,99,113); }
td.TdClassName
{
border-color: #186371;
}
.TagClassName
{
border-color: #186371;
}
</style>