Shades of Allports #187078
Tints of Allports #187078
RGB
CMYK
RGB Variations
Color information
#187078 (or 0x187078) is known color: Allports. HEX triplet: 18, 70 and 78. RGB value is (24,112,120). Sum of RGB (Red+Green+Blue) = 24+112+120=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #187078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187078 is #E78F87. Grayscale: #565656. Windows color (decimal): -15175560 or 7893016. OLE color: 7893016.
HSL color Cylindrical-coordinate representation of color #187078: hue angle of 185º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187078 is Cyan = 0.8, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 112 | 120 | - |
| CMYK | 0.8 | 0.07 | 0 | 0.53 |
| HSL | 185º | 0.67% | 0.28% | - |
| HSV(B) | 185º | 0.8% | 0.47% | - |
| XYZ | 9.56 | 13.14 | 19.8 | - |
| YUV | 86.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 120 | 0.8 | 0.07 | 0 | 0.53 | 185 | 0.67 | 0.28 |
| Hex | 18 | 70 | 78 | 50 | 7 | 0 | 35 | B9 | 43 | 1C |
| Octal | 30 | 160 | 170 | 120 | 7 | 0 | 65 | 271 | 103 | 34 |
| Binary | 11000 | 1110000 | 1111000 | 1010000 | 111 | 0 | 110101 | 10111001 | 1000011 | 11100 |
Color Harmonies of #187078
Complementary color
Monochromatic Colors of #187078
Black with #187078
Text Example
Text Example
White with #187078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187078; }
p { color: rgb(24,112,120); }
H1.HeaderClassName
{
color: #187078;
}
.AnyTagClassName
{
color: #187078;
}
</style>
background-color css
<style>
a { background-color: #187078; }
a { background-color: rgb(24,112,120); }
div.DivClassName
{
background-color: #187078;
}
.BgClassName
{
background-color: #187078;
}
</style>
border-color css
<style>
span { border-color: #187078; }
span { border-color: rgb(24,112,120); }
td.TdClassName
{
border-color: #187078;
}
.TagClassName
{
border-color: #187078;
}
</style>