Shades of Allports #186F83
Tints of Allports #186F83
RGB
CMYK
RGB Variations
Color information
#186F83 (or 0x186F83) is known color: Allports. HEX triplet: 18, 6F and 83. RGB value is (24,111,131). Sum of RGB (Red+Green+Blue) = 24+111+131=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #186F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186F83 is #E7907C. Grayscale: #575757. Windows color (decimal): -15175805 or 8613656. OLE color: 8613656.
HSL color Cylindrical-coordinate representation of color #186F83: hue angle of 191.21º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186F83 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 111 | 131 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.49 |
| HSL | 191.22º | 0.69% | 0.3% | - |
| HSV(B) | 191.22º | 0.82% | 0.51% | - |
| XYZ | 10.16 | 13.2 | 23.49 | - |
| YUV | 87.27 | 152.68 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 131 | 0.82 | 0.15 | 0 | 0.49 | 191.22 | 0.69 | 0.3 |
| Hex | 18 | 6F | 83 | 52 | F | 0 | 31 | BF | 45 | 1E |
| Octal | 30 | 157 | 203 | 122 | 17 | 0 | 61 | 277 | 105 | 36 |
| Binary | 11000 | 1101111 | 10000011 | 1010010 | 1111 | 0 | 110001 | 10111111 | 1000101 | 11110 |
Color Harmonies of #186F83
Complementary color
Monochromatic Colors of #186F83
Black with #186F83
Text Example
Text Example
White with #186F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186F83; }
p { color: rgb(24,111,131); }
H1.HeaderClassName
{
color: #186F83;
}
.AnyTagClassName
{
color: #186F83;
}
</style>
background-color css
<style>
a { background-color: #186F83; }
a { background-color: rgb(24,111,131); }
div.DivClassName
{
background-color: #186F83;
}
.BgClassName
{
background-color: #186F83;
}
</style>
border-color css
<style>
span { border-color: #186F83; }
span { border-color: rgb(24,111,131); }
td.TdClassName
{
border-color: #186F83;
}
.TagClassName
{
border-color: #186F83;
}
</style>