Shades of Allports #186389
Tints of Allports #186389
RGB
CMYK
RGB Variations
Color information
#186389 (or 0x186389) is known color: Allports. HEX triplet: 18, 63 and 89. RGB value is (24,99,137). Sum of RGB (Red+Green+Blue) = 24+99+137=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #186389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186389 is #E79C76. Grayscale: #505050. Windows color (decimal): -15178871 or 9003800. OLE color: 9003800.
HSL color Cylindrical-coordinate representation of color #186389: hue angle of 200.18º 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 #186389 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 99 | 137 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.46 |
| HSL | 200.18º | 0.7% | 0.32% | - |
| HSV(B) | 200.18º | 0.82% | 0.54% | - |
| XYZ | 9.35 | 10.92 | 25.28 | - |
| YUV | 80.91 | 159.65 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 137 | 0.82 | 0.28 | 0 | 0.46 | 200.18 | 0.7 | 0.32 |
| Hex | 18 | 63 | 89 | 52 | 1C | 0 | 2E | C8 | 46 | 20 |
| Octal | 30 | 143 | 211 | 122 | 34 | 0 | 56 | 310 | 106 | 40 |
| Binary | 11000 | 1100011 | 10001001 | 1010010 | 11100 | 0 | 101110 | 11001000 | 1000110 | 100000 |
Color Harmonies of #186389
Complementary color
Monochromatic Colors of #186389
Black with #186389
Text Example
Text Example
White with #186389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186389; }
p { color: rgb(24,99,137); }
H1.HeaderClassName
{
color: #186389;
}
.AnyTagClassName
{
color: #186389;
}
</style>
background-color css
<style>
a { background-color: #186389; }
a { background-color: rgb(24,99,137); }
div.DivClassName
{
background-color: #186389;
}
.BgClassName
{
background-color: #186389;
}
</style>
border-color css
<style>
span { border-color: #186389; }
span { border-color: rgb(24,99,137); }
td.TdClassName
{
border-color: #186389;
}
.TagClassName
{
border-color: #186389;
}
</style>