Shades of Allports #186489
Tints of Allports #186489
RGB
CMYK
RGB Variations
Color information
#186489 (or 0x186489) is known color: Allports. HEX triplet: 18, 64 and 89. RGB value is (24,100,137). Sum of RGB (Red+Green+Blue) = 24+100+137=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #186489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186489 is #E79B76. Grayscale: #515151. Windows color (decimal): -15178615 or 9004056. OLE color: 9004056.
HSL color Cylindrical-coordinate representation of color #186489: hue angle of 199.65º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186489 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 100 | 137 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.46 |
| HSL | 199.65º | 0.7% | 0.32% | - |
| HSV(B) | 199.65º | 0.82% | 0.54% | - |
| XYZ | 9.45 | 11.11 | 25.31 | - |
| YUV | 81.49 | 159.32 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 137 | 0.82 | 0.27 | 0 | 0.46 | 199.65 | 0.7 | 0.32 |
| Hex | 18 | 64 | 89 | 52 | 1B | 0 | 2E | C8 | 46 | 20 |
| Octal | 30 | 144 | 211 | 122 | 33 | 0 | 56 | 310 | 106 | 40 |
| Binary | 11000 | 1100100 | 10001001 | 1010010 | 11011 | 0 | 101110 | 11001000 | 1000110 | 100000 |
Color Harmonies of #186489
Complementary color
Monochromatic Colors of #186489
Black with #186489
Text Example
Text Example
White with #186489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186489; }
p { color: rgb(24,100,137); }
H1.HeaderClassName
{
color: #186489;
}
.AnyTagClassName
{
color: #186489;
}
</style>
background-color css
<style>
a { background-color: #186489; }
a { background-color: rgb(24,100,137); }
div.DivClassName
{
background-color: #186489;
}
.BgClassName
{
background-color: #186489;
}
</style>
border-color css
<style>
span { border-color: #186489; }
span { border-color: rgb(24,100,137); }
td.TdClassName
{
border-color: #186489;
}
.TagClassName
{
border-color: #186489;
}
</style>