Shades of Allports #186C8A
Tints of Allports #186C8A
RGB
CMYK
RGB Variations
Color information
#186C8A (or 0x186C8A) is known color: Allports. HEX triplet: 18, 6C and 8A. RGB value is (24,108,138). Sum of RGB (Red+Green+Blue) = 24+108+138=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #186C8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186C8A is #E79375. Grayscale: #565656. Windows color (decimal): -15176566 or 9071640. OLE color: 9071640.
HSL color Cylindrical-coordinate representation of color #186C8A: hue angle of 195.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #186C8A is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 108 | 138 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.46 |
| HSL | 195.79º | 0.7% | 0.32% | - |
| HSV(B) | 195.79º | 0.83% | 0.54% | - |
| XYZ | 10.33 | 12.75 | 25.96 | - |
| YUV | 86.3 | 157.17 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 138 | 0.83 | 0.22 | 0 | 0.46 | 195.79 | 0.7 | 0.32 |
| Hex | 18 | 6C | 8A | 53 | 16 | 0 | 2E | C4 | 46 | 20 |
| Octal | 30 | 154 | 212 | 123 | 26 | 0 | 56 | 304 | 106 | 40 |
| Binary | 11000 | 1101100 | 10001010 | 1010011 | 10110 | 0 | 101110 | 11000100 | 1000110 | 100000 |
Color Harmonies of #186C8A
Complementary color
Monochromatic Colors of #186C8A
Black with #186C8A
Text Example
Text Example
White with #186C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186C8A; }
p { color: rgb(24,108,138); }
H1.HeaderClassName
{
color: #186C8A;
}
.AnyTagClassName
{
color: #186C8A;
}
</style>
background-color css
<style>
a { background-color: #186C8A; }
a { background-color: rgb(24,108,138); }
div.DivClassName
{
background-color: #186C8A;
}
.BgClassName
{
background-color: #186C8A;
}
</style>
border-color css
<style>
span { border-color: #186C8A; }
span { border-color: rgb(24,108,138); }
td.TdClassName
{
border-color: #186C8A;
}
.TagClassName
{
border-color: #186C8A;
}
</style>