Shades of Allports #186A8C
Tints of Allports #186A8C
RGB
CMYK
RGB Variations
Color information
#186A8C (or 0x186A8C) is known color: Allports. HEX triplet: 18, 6A and 8C. RGB value is (24,106,140). Sum of RGB (Red+Green+Blue) = 24+106+140=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #186A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186A8C is #E79573. Grayscale: #555555. Windows color (decimal): -15177076 or 9202200. OLE color: 9202200.
HSL color Cylindrical-coordinate representation of color #186A8C: hue angle of 197.59º 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 #186A8C is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 106 | 140 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.45 |
| HSL | 197.59º | 0.71% | 0.32% | - |
| HSV(B) | 197.59º | 0.83% | 0.55% | - |
| XYZ | 10.26 | 12.4 | 26.66 | - |
| YUV | 85.36 | 158.83 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 140 | 0.83 | 0.24 | 0 | 0.45 | 197.59 | 0.71 | 0.32 |
| Hex | 18 | 6A | 8C | 53 | 18 | 0 | 2D | C6 | 47 | 20 |
| Octal | 30 | 152 | 214 | 123 | 30 | 0 | 55 | 306 | 107 | 40 |
| Binary | 11000 | 1101010 | 10001100 | 1010011 | 11000 | 0 | 101101 | 11000110 | 1000111 | 100000 |
Color Harmonies of #186A8C
Complementary color
Monochromatic Colors of #186A8C
Black with #186A8C
Text Example
Text Example
White with #186A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A8C; }
p { color: rgb(24,106,140); }
H1.HeaderClassName
{
color: #186A8C;
}
.AnyTagClassName
{
color: #186A8C;
}
</style>
background-color css
<style>
a { background-color: #186A8C; }
a { background-color: rgb(24,106,140); }
div.DivClassName
{
background-color: #186A8C;
}
.BgClassName
{
background-color: #186A8C;
}
</style>
border-color css
<style>
span { border-color: #186A8C; }
span { border-color: rgb(24,106,140); }
td.TdClassName
{
border-color: #186A8C;
}
.TagClassName
{
border-color: #186A8C;
}
</style>