Shades of Allports #186A85
Tints of Allports #186A85
RGB
CMYK
RGB Variations
Color information
#186A85 (or 0x186A85) is known color: Allports. HEX triplet: 18, 6A and 85. RGB value is (24,106,133). Sum of RGB (Red+Green+Blue) = 24+106+133=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #186A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186A85 is #E7957A. Grayscale: #545454. Windows color (decimal): -15177083 or 8743448. OLE color: 8743448.
HSL color Cylindrical-coordinate representation of color #186A85: hue angle of 194.86º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186A85 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 106 | 133 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.48 |
| HSL | 194.86º | 0.69% | 0.31% | - |
| HSV(B) | 194.86º | 0.82% | 0.52% | - |
| XYZ | 9.76 | 12.2 | 24.03 | - |
| YUV | 84.56 | 155.33 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 133 | 0.82 | 0.20 | 0 | 0.48 | 194.86 | 0.69 | 0.31 |
| Hex | 18 | 6A | 85 | 52 | 14 | 0 | 30 | C3 | 45 | 1F |
| Octal | 30 | 152 | 205 | 122 | 24 | 0 | 60 | 303 | 105 | 37 |
| Binary | 11000 | 1101010 | 10000101 | 1010010 | 10100 | 0 | 110000 | 11000011 | 1000101 | 11111 |
Color Harmonies of #186A85
Complementary color
Monochromatic Colors of #186A85
Black with #186A85
Text Example
Text Example
White with #186A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A85; }
p { color: rgb(24,106,133); }
H1.HeaderClassName
{
color: #186A85;
}
.AnyTagClassName
{
color: #186A85;
}
</style>
background-color css
<style>
a { background-color: #186A85; }
a { background-color: rgb(24,106,133); }
div.DivClassName
{
background-color: #186A85;
}
.BgClassName
{
background-color: #186A85;
}
</style>
border-color css
<style>
span { border-color: #186A85; }
span { border-color: rgb(24,106,133); }
td.TdClassName
{
border-color: #186A85;
}
.TagClassName
{
border-color: #186A85;
}
</style>