Shades of Allports #186991
Tints of Allports #186991
RGB
CMYK
RGB Variations
Color information
#186991 (or 0x186991) is known color: Allports. HEX triplet: 18, 69 and 91. RGB value is (24,105,145). Sum of RGB (Red+Green+Blue) = 24+105+145=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #186991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186991 is #E7966E. Grayscale: #555555. Windows color (decimal): -15177327 or 9529624. OLE color: 9529624.
HSL color Cylindrical-coordinate representation of color #186991: hue angle of 199.83º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #186991 is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 105 | 145 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.43 |
| HSL | 199.83º | 0.72% | 0.33% | - |
| HSV(B) | 199.83º | 0.83% | 0.57% | - |
| XYZ | 10.54 | 12.34 | 28.61 | - |
| YUV | 85.34 | 161.66 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 145 | 0.83 | 0.28 | 0 | 0.43 | 199.83 | 0.72 | 0.33 |
| Hex | 18 | 69 | 91 | 53 | 1C | 0 | 2B | C8 | 48 | 21 |
| Octal | 30 | 151 | 221 | 123 | 34 | 0 | 53 | 310 | 110 | 41 |
| Binary | 11000 | 1101001 | 10010001 | 1010011 | 11100 | 0 | 101011 | 11001000 | 1001000 | 100001 |
Color Harmonies of #186991
Complementary color
Monochromatic Colors of #186991
Black with #186991
Text Example
Text Example
White with #186991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186991; }
p { color: rgb(24,105,145); }
H1.HeaderClassName
{
color: #186991;
}
.AnyTagClassName
{
color: #186991;
}
</style>
background-color css
<style>
a { background-color: #186991; }
a { background-color: rgb(24,105,145); }
div.DivClassName
{
background-color: #186991;
}
.BgClassName
{
background-color: #186991;
}
</style>
border-color css
<style>
span { border-color: #186991; }
span { border-color: rgb(24,105,145); }
td.TdClassName
{
border-color: #186991;
}
.TagClassName
{
border-color: #186991;
}
</style>