Shades of Allports #186F90
Tints of Allports #186F90
RGB
CMYK
RGB Variations
Color information
#186F90 (or 0x186F90) is known color: Allports. HEX triplet: 18, 6F and 90. RGB value is (24,111,144). Sum of RGB (Red+Green+Blue) = 24+111+144=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #186F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186F90 is #E7906F. Grayscale: #585858. Windows color (decimal): -15175792 or 9465624. OLE color: 9465624.
HSL color Cylindrical-coordinate representation of color #186F90: hue angle of 196.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 #186F90 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 111 | 144 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.44 |
| HSL | 196.5º | 0.71% | 0.33% | - |
| HSV(B) | 196.5º | 0.83% | 0.56% | - |
| XYZ | 11.1 | 13.58 | 28.42 | - |
| YUV | 88.75 | 159.18 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 144 | 0.83 | 0.23 | 0 | 0.44 | 196.5 | 0.71 | 0.33 |
| Hex | 18 | 6F | 90 | 53 | 17 | 0 | 2C | C4 | 47 | 21 |
| Octal | 30 | 157 | 220 | 123 | 27 | 0 | 54 | 304 | 107 | 41 |
| Binary | 11000 | 1101111 | 10010000 | 1010011 | 10111 | 0 | 101100 | 11000100 | 1000111 | 100001 |
Color Harmonies of #186F90
Complementary color
Monochromatic Colors of #186F90
Black with #186F90
Text Example
Text Example
White with #186F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186F90; }
p { color: rgb(24,111,144); }
H1.HeaderClassName
{
color: #186F90;
}
.AnyTagClassName
{
color: #186F90;
}
</style>
background-color css
<style>
a { background-color: #186F90; }
a { background-color: rgb(24,111,144); }
div.DivClassName
{
background-color: #186F90;
}
.BgClassName
{
background-color: #186F90;
}
</style>
border-color css
<style>
span { border-color: #186F90; }
span { border-color: rgb(24,111,144); }
td.TdClassName
{
border-color: #186F90;
}
.TagClassName
{
border-color: #186F90;
}
</style>