Shades of Allports #186F91
Tints of Allports #186F91
RGB
CMYK
RGB Variations
Color information
#186F91 (or 0x186F91) is known color: Allports. HEX triplet: 18, 6F and 91. RGB value is (24,111,145). Sum of RGB (Red+Green+Blue) = 24+111+145=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #186F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186F91 is #E7906E. Grayscale: #585858. Windows color (decimal): -15175791 or 9531160. OLE color: 9531160.
HSL color Cylindrical-coordinate representation of color #186F91: hue angle of 196.86º 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 #186F91 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 111 | 145 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.43 |
| HSL | 196.86º | 0.72% | 0.33% | - |
| HSV(B) | 196.86º | 0.83% | 0.57% | - |
| XYZ | 11.17 | 13.61 | 28.83 | - |
| YUV | 88.86 | 159.68 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 145 | 0.83 | 0.23 | 0 | 0.43 | 196.86 | 0.72 | 0.33 |
| Hex | 18 | 6F | 91 | 53 | 17 | 0 | 2B | C5 | 48 | 21 |
| Octal | 30 | 157 | 221 | 123 | 27 | 0 | 53 | 305 | 110 | 41 |
| Binary | 11000 | 1101111 | 10010001 | 1010011 | 10111 | 0 | 101011 | 11000101 | 1001000 | 100001 |
Color Harmonies of #186F91
Complementary color
Monochromatic Colors of #186F91
Black with #186F91
Text Example
Text Example
White with #186F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186F91; }
p { color: rgb(24,111,145); }
H1.HeaderClassName
{
color: #186F91;
}
.AnyTagClassName
{
color: #186F91;
}
</style>
background-color css
<style>
a { background-color: #186F91; }
a { background-color: rgb(24,111,145); }
div.DivClassName
{
background-color: #186F91;
}
.BgClassName
{
background-color: #186F91;
}
</style>
border-color css
<style>
span { border-color: #186F91; }
span { border-color: rgb(24,111,145); }
td.TdClassName
{
border-color: #186F91;
}
.TagClassName
{
border-color: #186F91;
}
</style>