Shades of Allports #186982
Tints of Allports #186982
RGB
CMYK
RGB Variations
Color information
#186982 (or 0x186982) is known color: Allports. HEX triplet: 18, 69 and 82. RGB value is (24,105,130). Sum of RGB (Red+Green+Blue) = 24+105+130=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #186982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186982 is #E7967D. Grayscale: #535353. Windows color (decimal): -15177342 or 8546584. OLE color: 8546584.
HSL color Cylindrical-coordinate representation of color #186982: hue angle of 194.15º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186982 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 105 | 130 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.49 |
| HSL | 194.15º | 0.69% | 0.3% | - |
| HSV(B) | 194.15º | 0.82% | 0.51% | - |
| XYZ | 9.46 | 11.91 | 22.92 | - |
| YUV | 83.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 130 | 0.82 | 0.19 | 0 | 0.49 | 194.15 | 0.69 | 0.3 |
| Hex | 18 | 69 | 82 | 52 | 13 | 0 | 31 | C2 | 45 | 1E |
| Octal | 30 | 151 | 202 | 122 | 23 | 0 | 61 | 302 | 105 | 36 |
| Binary | 11000 | 1101001 | 10000010 | 1010010 | 10011 | 0 | 110001 | 11000010 | 1000101 | 11110 |
Color Harmonies of #186982
Complementary color
Monochromatic Colors of #186982
Black with #186982
Text Example
Text Example
White with #186982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186982; }
p { color: rgb(24,105,130); }
H1.HeaderClassName
{
color: #186982;
}
.AnyTagClassName
{
color: #186982;
}
</style>
background-color css
<style>
a { background-color: #186982; }
a { background-color: rgb(24,105,130); }
div.DivClassName
{
background-color: #186982;
}
.BgClassName
{
background-color: #186982;
}
</style>
border-color css
<style>
span { border-color: #186982; }
span { border-color: rgb(24,105,130); }
td.TdClassName
{
border-color: #186982;
}
.TagClassName
{
border-color: #186982;
}
</style>