Shades of Allports #186A88
Tints of Allports #186A88
RGB
CMYK
RGB Variations
Color information
#186A88 (or 0x186A88) is known color: Allports. HEX triplet: 18, 6A and 88. RGB value is (24,106,136). Sum of RGB (Red+Green+Blue) = 24+106+136=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #186A88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186A88 is #E79577. Grayscale: #545454. Windows color (decimal): -15177080 or 8940056. OLE color: 8940056.
HSL color Cylindrical-coordinate representation of color #186A88: hue angle of 196.07º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186A88 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 106 | 136 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.47 |
| HSL | 196.07º | 0.7% | 0.31% | - |
| HSV(B) | 196.07º | 0.82% | 0.53% | - |
| XYZ | 9.97 | 12.28 | 25.14 | - |
| YUV | 84.9 | 156.83 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 136 | 0.82 | 0.22 | 0 | 0.47 | 196.07 | 0.7 | 0.31 |
| Hex | 18 | 6A | 88 | 52 | 16 | 0 | 2F | C4 | 46 | 1F |
| Octal | 30 | 152 | 210 | 122 | 26 | 0 | 57 | 304 | 106 | 37 |
| Binary | 11000 | 1101010 | 10001000 | 1010010 | 10110 | 0 | 101111 | 11000100 | 1000110 | 11111 |
Color Harmonies of #186A88
Complementary color
Monochromatic Colors of #186A88
Black with #186A88
Text Example
Text Example
White with #186A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A88; }
p { color: rgb(24,106,136); }
H1.HeaderClassName
{
color: #186A88;
}
.AnyTagClassName
{
color: #186A88;
}
</style>
background-color css
<style>
a { background-color: #186A88; }
a { background-color: rgb(24,106,136); }
div.DivClassName
{
background-color: #186A88;
}
.BgClassName
{
background-color: #186A88;
}
</style>
border-color css
<style>
span { border-color: #186A88; }
span { border-color: rgb(24,106,136); }
td.TdClassName
{
border-color: #186A88;
}
.TagClassName
{
border-color: #186A88;
}
</style>