Shades of Allports #186F78
Tints of Allports #186F78
RGB
CMYK
RGB Variations
Color information
#186F78 (or 0x186F78) is known color: Allports. HEX triplet: 18, 6F and 78. RGB value is (24,111,120). Sum of RGB (Red+Green+Blue) = 24+111+120=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #186F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186F78 is #E79087. Grayscale: #555555. Windows color (decimal): -15175816 or 7892760. OLE color: 7892760.
HSL color Cylindrical-coordinate representation of color #186F78: hue angle of 185.62º 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 #186F78 is Cyan = 0.8, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 111 | 120 | - |
| CMYK | 0.8 | 0.08 | 0 | 0.53 |
| HSL | 185.63º | 0.67% | 0.28% | - |
| HSV(B) | 185.63º | 0.8% | 0.47% | - |
| XYZ | 9.45 | 12.92 | 19.76 | - |
| YUV | 86.01 | 147.18 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 120 | 0.8 | 0.08 | 0 | 0.53 | 185.63 | 0.67 | 0.28 |
| Hex | 18 | 6F | 78 | 50 | 8 | 0 | 35 | BA | 43 | 1C |
| Octal | 30 | 157 | 170 | 120 | 10 | 0 | 65 | 272 | 103 | 34 |
| Binary | 11000 | 1101111 | 1111000 | 1010000 | 1000 | 0 | 110101 | 10111010 | 1000011 | 11100 |
Color Harmonies of #186F78
Complementary color
Monochromatic Colors of #186F78
Black with #186F78
Text Example
Text Example
White with #186F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186F78; }
p { color: rgb(24,111,120); }
H1.HeaderClassName
{
color: #186F78;
}
.AnyTagClassName
{
color: #186F78;
}
</style>
background-color css
<style>
a { background-color: #186F78; }
a { background-color: rgb(24,111,120); }
div.DivClassName
{
background-color: #186F78;
}
.BgClassName
{
background-color: #186F78;
}
</style>
border-color css
<style>
span { border-color: #186F78; }
span { border-color: rgb(24,111,120); }
td.TdClassName
{
border-color: #186F78;
}
.TagClassName
{
border-color: #186F78;
}
</style>