Shades of Allports #186576
Tints of Allports #186576
RGB
CMYK
RGB Variations
Color information
#186576 (or 0x186576) is known color: Allports. HEX triplet: 18, 65 and 76. RGB value is (24,101,118). Sum of RGB (Red+Green+Blue) = 24+101+118=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #186576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186576 is #E79A89. Grayscale: #4F4F4F. Windows color (decimal): -15178378 or 7759128. OLE color: 7759128.
HSL color Cylindrical-coordinate representation of color #186576: hue angle of 190.85º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #186576 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 101 | 118 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.54 |
| HSL | 190.85º | 0.66% | 0.28% | - |
| HSV(B) | 190.85º | 0.8% | 0.46% | - |
| XYZ | 8.3 | 10.81 | 18.79 | - |
| YUV | 79.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 118 | 0.80 | 0.14 | 0 | 0.54 | 190.85 | 0.66 | 0.28 |
| Hex | 18 | 65 | 76 | 50 | E | 0 | 36 | BF | 42 | 1C |
| Octal | 30 | 145 | 166 | 120 | 16 | 0 | 66 | 277 | 102 | 34 |
| Binary | 11000 | 1100101 | 1110110 | 1010000 | 1110 | 0 | 110110 | 10111111 | 1000010 | 11100 |
Color Harmonies of #186576
Complementary color
Monochromatic Colors of #186576
Black with #186576
Text Example
Text Example
White with #186576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186576; }
p { color: rgb(24,101,118); }
H1.HeaderClassName
{
color: #186576;
}
.AnyTagClassName
{
color: #186576;
}
</style>
background-color css
<style>
a { background-color: #186576; }
a { background-color: rgb(24,101,118); }
div.DivClassName
{
background-color: #186576;
}
.BgClassName
{
background-color: #186576;
}
</style>
border-color css
<style>
span { border-color: #186576; }
span { border-color: rgb(24,101,118); }
td.TdClassName
{
border-color: #186576;
}
.TagClassName
{
border-color: #186576;
}
</style>