Shades of Allports #185E6D
Tints of Allports #185E6D
RGB
CMYK
RGB Variations
Color information
#185E6D (or 0x185E6D) is known color: Allports. HEX triplet: 18, 5E and 6D. RGB value is (24,94,109). Sum of RGB (Red+Green+Blue) = 24+94+109=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #185E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185E6D is #E7A192. Grayscale: #4A4A4A. Windows color (decimal): -15180179 or 7167512. OLE color: 7167512.
HSL color Cylindrical-coordinate representation of color #185E6D: hue angle of 190.59º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #185E6D is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 94 | 109 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.57 |
| HSL | 190.59º | 0.64% | 0.26% | - |
| HSV(B) | 190.59º | 0.78% | 0.43% | - |
| XYZ | 7.14 | 9.3 | 15.89 | - |
| YUV | 74.78 | 147.31 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 109 | 0.78 | 0.14 | 0 | 0.57 | 190.59 | 0.64 | 0.26 |
| Hex | 18 | 5E | 6D | 4E | E | 0 | 39 | BF | 40 | 1A |
| Octal | 30 | 136 | 155 | 116 | 16 | 0 | 71 | 277 | 100 | 32 |
| Binary | 11000 | 1011110 | 1101101 | 1001110 | 1110 | 0 | 111001 | 10111111 | 1000000 | 11010 |
Color Harmonies of #185E6D
Complementary color
Monochromatic Colors of #185E6D
Black with #185E6D
Text Example
Text Example
White with #185E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185E6D; }
p { color: rgb(24,94,109); }
H1.HeaderClassName
{
color: #185E6D;
}
.AnyTagClassName
{
color: #185E6D;
}
</style>
background-color css
<style>
a { background-color: #185E6D; }
a { background-color: rgb(24,94,109); }
div.DivClassName
{
background-color: #185E6D;
}
.BgClassName
{
background-color: #185E6D;
}
</style>
border-color css
<style>
span { border-color: #185E6D; }
span { border-color: rgb(24,94,109); }
td.TdClassName
{
border-color: #185E6D;
}
.TagClassName
{
border-color: #185E6D;
}
</style>