Shades of Allports #186A91
Tints of Allports #186A91
RGB
CMYK
RGB Variations
Color information
#186A91 (or 0x186A91) is known color: Allports. HEX triplet: 18, 6A and 91. RGB value is (24,106,145). Sum of RGB (Red+Green+Blue) = 24+106+145=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #186A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186A91 is #E7956E. Grayscale: #555555. Windows color (decimal): -15177071 or 9529880. OLE color: 9529880.
HSL color Cylindrical-coordinate representation of color #186A91: hue angle of 199.34º 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 #186A91 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 106 | 145 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.43 |
| HSL | 199.34º | 0.72% | 0.33% | - |
| HSV(B) | 199.34º | 0.83% | 0.57% | - |
| XYZ | 10.64 | 12.55 | 28.65 | - |
| YUV | 85.93 | 161.33 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 145 | 0.83 | 0.27 | 0 | 0.43 | 199.34 | 0.72 | 0.33 |
| Hex | 18 | 6A | 91 | 53 | 1B | 0 | 2B | C7 | 48 | 21 |
| Octal | 30 | 152 | 221 | 123 | 33 | 0 | 53 | 307 | 110 | 41 |
| Binary | 11000 | 1101010 | 10010001 | 1010011 | 11011 | 0 | 101011 | 11000111 | 1001000 | 100001 |
Color Harmonies of #186A91
Complementary color
Monochromatic Colors of #186A91
Black with #186A91
Text Example
Text Example
White with #186A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A91; }
p { color: rgb(24,106,145); }
H1.HeaderClassName
{
color: #186A91;
}
.AnyTagClassName
{
color: #186A91;
}
</style>
background-color css
<style>
a { background-color: #186A91; }
a { background-color: rgb(24,106,145); }
div.DivClassName
{
background-color: #186A91;
}
.BgClassName
{
background-color: #186A91;
}
</style>
border-color css
<style>
span { border-color: #186A91; }
span { border-color: rgb(24,106,145); }
td.TdClassName
{
border-color: #186A91;
}
.TagClassName
{
border-color: #186A91;
}
</style>