Shades of Allports #187785
Tints of Allports #187785
RGB
CMYK
RGB Variations
Color information
#187785 (or 0x187785) is known color: Allports. HEX triplet: 18, 77 and 85. RGB value is (24,119,133). Sum of RGB (Red+Green+Blue) = 24+119+133=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #187785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187785 is #E7887A. Grayscale: #5C5C5C. Windows color (decimal): -15173755 or 8746776. OLE color: 8746776.
HSL color Cylindrical-coordinate representation of color #187785: hue angle of 187.71º 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 #187785 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 119 | 133 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.48 |
| HSL | 187.71º | 0.69% | 0.31% | - |
| HSV(B) | 187.71º | 0.82% | 0.52% | - |
| XYZ | 11.21 | 15.08 | 24.51 | - |
| YUV | 92.19 | 151.03 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 119 | 133 | 0.82 | 0.11 | 0 | 0.48 | 187.71 | 0.69 | 0.31 |
| Hex | 18 | 77 | 85 | 52 | B | 0 | 30 | BC | 45 | 1F |
| Octal | 30 | 167 | 205 | 122 | 13 | 0 | 60 | 274 | 105 | 37 |
| Binary | 11000 | 1110111 | 10000101 | 1010010 | 1011 | 0 | 110000 | 10111100 | 1000101 | 11111 |
Color Harmonies of #187785
Complementary color
Monochromatic Colors of #187785
Black with #187785
Text Example
Text Example
White with #187785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187785; }
p { color: rgb(24,119,133); }
H1.HeaderClassName
{
color: #187785;
}
.AnyTagClassName
{
color: #187785;
}
</style>
background-color css
<style>
a { background-color: #187785; }
a { background-color: rgb(24,119,133); }
div.DivClassName
{
background-color: #187785;
}
.BgClassName
{
background-color: #187785;
}
</style>
border-color css
<style>
span { border-color: #187785; }
span { border-color: rgb(24,119,133); }
td.TdClassName
{
border-color: #187785;
}
.TagClassName
{
border-color: #187785;
}
</style>