Shades of Allports #186A78
Tints of Allports #186A78
RGB
CMYK
RGB Variations
Color information
#186A78 (or 0x186A78) is known color: Allports. HEX triplet: 18, 6A and 78. RGB value is (24,106,120). Sum of RGB (Red+Green+Blue) = 24+106+120=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #186A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A78 is #E79587. Grayscale: #525252. Windows color (decimal): -15177096 or 7891480. OLE color: 7891480.
HSL color Cylindrical-coordinate representation of color #186A78: hue angle of 188.75º 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 #186A78 is Cyan = 0.8, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 106 | 120 | - |
| CMYK | 0.8 | 0.12 | 0 | 0.53 |
| HSL | 188.75º | 0.67% | 0.28% | - |
| HSV(B) | 188.75º | 0.8% | 0.47% | - |
| XYZ | 8.92 | 11.86 | 19.59 | - |
| YUV | 83.08 | 148.83 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 106 | 120 | 0.8 | 0.12 | 0 | 0.53 | 188.75 | 0.67 | 0.28 |
| Hex | 18 | 6A | 78 | 50 | C | 0 | 35 | BD | 43 | 1C |
| Octal | 30 | 152 | 170 | 120 | 14 | 0 | 65 | 275 | 103 | 34 |
| Binary | 11000 | 1101010 | 1111000 | 1010000 | 1100 | 0 | 110101 | 10111101 | 1000011 | 11100 |
Color Harmonies of #186A78
Complementary color
Monochromatic Colors of #186A78
Black with #186A78
Text Example
Text Example
White with #186A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186A78; }
p { color: rgb(24,106,120); }
H1.HeaderClassName
{
color: #186A78;
}
.AnyTagClassName
{
color: #186A78;
}
</style>
background-color css
<style>
a { background-color: #186A78; }
a { background-color: rgb(24,106,120); }
div.DivClassName
{
background-color: #186A78;
}
.BgClassName
{
background-color: #186A78;
}
</style>
border-color css
<style>
span { border-color: #186A78; }
span { border-color: rgb(24,106,120); }
td.TdClassName
{
border-color: #186A78;
}
.TagClassName
{
border-color: #186A78;
}
</style>