Shades of Allports #186881
Tints of Allports #186881
RGB
CMYK
RGB Variations
Color information
#186881 (or 0x186881) is known color: Allports. HEX triplet: 18, 68 and 81. RGB value is (24,104,129). Sum of RGB (Red+Green+Blue) = 24+104+129=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #186881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186881 is #E7977E. Grayscale: #525252. Windows color (decimal): -15177599 or 8480792. OLE color: 8480792.
HSL color Cylindrical-coordinate representation of color #186881: hue angle of 194.29º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #186881 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 104 | 129 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.49 |
| HSL | 194.29º | 0.69% | 0.3% | - |
| HSV(B) | 194.29º | 0.81% | 0.51% | - |
| XYZ | 9.29 | 11.68 | 22.53 | - |
| YUV | 82.93 | 154 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 129 | 0.81 | 0.19 | 0 | 0.49 | 194.29 | 0.69 | 0.3 |
| Hex | 18 | 68 | 81 | 51 | 13 | 0 | 31 | C2 | 45 | 1E |
| Octal | 30 | 150 | 201 | 121 | 23 | 0 | 61 | 302 | 105 | 36 |
| Binary | 11000 | 1101000 | 10000001 | 1010001 | 10011 | 0 | 110001 | 11000010 | 1000101 | 11110 |
Color Harmonies of #186881
Complementary color
Monochromatic Colors of #186881
Black with #186881
Text Example
Text Example
White with #186881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186881; }
p { color: rgb(24,104,129); }
H1.HeaderClassName
{
color: #186881;
}
.AnyTagClassName
{
color: #186881;
}
</style>
background-color css
<style>
a { background-color: #186881; }
a { background-color: rgb(24,104,129); }
div.DivClassName
{
background-color: #186881;
}
.BgClassName
{
background-color: #186881;
}
</style>
border-color css
<style>
span { border-color: #186881; }
span { border-color: rgb(24,104,129); }
td.TdClassName
{
border-color: #186881;
}
.TagClassName
{
border-color: #186881;
}
</style>