Shades of Allports #187585
Tints of Allports #187585
RGB
CMYK
RGB Variations
Color information
#187585 (or 0x187585) is known color: Allports. HEX triplet: 18, 75 and 85. RGB value is (24,117,133). Sum of RGB (Red+Green+Blue) = 24+117+133=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #187585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187585 is #E78A7A. Grayscale: #5A5A5A. Windows color (decimal): -15174267 or 8746264. OLE color: 8746264.
HSL color Cylindrical-coordinate representation of color #187585: hue angle of 188.81º 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 #187585 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 117 | 133 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.48 |
| HSL | 188.81º | 0.69% | 0.31% | - |
| HSV(B) | 188.81º | 0.82% | 0.52% | - |
| XYZ | 10.97 | 14.61 | 24.43 | - |
| YUV | 91.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 117 | 133 | 0.82 | 0.12 | 0 | 0.48 | 188.81 | 0.69 | 0.31 |
| Hex | 18 | 75 | 85 | 52 | C | 0 | 30 | BD | 45 | 1F |
| Octal | 30 | 165 | 205 | 122 | 14 | 0 | 60 | 275 | 105 | 37 |
| Binary | 11000 | 1110101 | 10000101 | 1010010 | 1100 | 0 | 110000 | 10111101 | 1000101 | 11111 |
Color Harmonies of #187585
Complementary color
Monochromatic Colors of #187585
Black with #187585
Text Example
Text Example
White with #187585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187585; }
p { color: rgb(24,117,133); }
H1.HeaderClassName
{
color: #187585;
}
.AnyTagClassName
{
color: #187585;
}
</style>
background-color css
<style>
a { background-color: #187585; }
a { background-color: rgb(24,117,133); }
div.DivClassName
{
background-color: #187585;
}
.BgClassName
{
background-color: #187585;
}
</style>
border-color css
<style>
span { border-color: #187585; }
span { border-color: rgb(24,117,133); }
td.TdClassName
{
border-color: #187585;
}
.TagClassName
{
border-color: #187585;
}
</style>