Shades of Allports #186990
Tints of Allports #186990
RGB
CMYK
RGB Variations
Color information
#186990 (or 0x186990) is known color: Allports. HEX triplet: 18, 69 and 90. RGB value is (24,105,144). Sum of RGB (Red+Green+Blue) = 24+105+144=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #186990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186990 is #E7966F. Grayscale: #545454. Windows color (decimal): -15177328 or 9464088. OLE color: 9464088.
HSL color Cylindrical-coordinate representation of color #186990: hue angle of 199.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #186990 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 105 | 144 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.44 |
| HSL | 199.5º | 0.71% | 0.33% | - |
| HSV(B) | 199.5º | 0.83% | 0.56% | - |
| XYZ | 10.46 | 12.31 | 28.21 | - |
| YUV | 85.23 | 161.16 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 144 | 0.83 | 0.27 | 0 | 0.44 | 199.5 | 0.71 | 0.33 |
| Hex | 18 | 69 | 90 | 53 | 1B | 0 | 2C | C8 | 47 | 21 |
| Octal | 30 | 151 | 220 | 123 | 33 | 0 | 54 | 310 | 107 | 41 |
| Binary | 11000 | 1101001 | 10010000 | 1010011 | 11011 | 0 | 101100 | 11001000 | 1000111 | 100001 |
Color Harmonies of #186990
Complementary color
Monochromatic Colors of #186990
Black with #186990
Text Example
Text Example
White with #186990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186990; }
p { color: rgb(24,105,144); }
H1.HeaderClassName
{
color: #186990;
}
.AnyTagClassName
{
color: #186990;
}
</style>
background-color css
<style>
a { background-color: #186990; }
a { background-color: rgb(24,105,144); }
div.DivClassName
{
background-color: #186990;
}
.BgClassName
{
background-color: #186990;
}
</style>
border-color css
<style>
span { border-color: #186990; }
span { border-color: rgb(24,105,144); }
td.TdClassName
{
border-color: #186990;
}
.TagClassName
{
border-color: #186990;
}
</style>