Shades of Allports #186070
Tints of Allports #186070
RGB
CMYK
RGB Variations
Color information
#186070 (or 0x186070) is known color: Allports. HEX triplet: 18, 60 and 70. RGB value is (24,96,112). Sum of RGB (Red+Green+Blue) = 24+96+112=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #186070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186070 is #E79F8F. Grayscale: #4C4C4C. Windows color (decimal): -15179664 or 7364632. OLE color: 7364632.
HSL color Cylindrical-coordinate representation of color #186070: hue angle of 190.91º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186070 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 96 | 112 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.56 |
| HSL | 190.91º | 0.65% | 0.27% | - |
| HSV(B) | 190.91º | 0.79% | 0.44% | - |
| XYZ | 7.48 | 9.73 | 16.81 | - |
| YUV | 76.3 | 148.15 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 112 | 0.79 | 0.14 | 0 | 0.56 | 190.91 | 0.65 | 0.27 |
| Hex | 18 | 60 | 70 | 4F | E | 0 | 38 | BF | 41 | 1B |
| Octal | 30 | 140 | 160 | 117 | 16 | 0 | 70 | 277 | 101 | 33 |
| Binary | 11000 | 1100000 | 1110000 | 1001111 | 1110 | 0 | 111000 | 10111111 | 1000001 | 11011 |
Color Harmonies of #186070
Complementary color
Monochromatic Colors of #186070
Black with #186070
Text Example
Text Example
White with #186070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186070; }
p { color: rgb(24,96,112); }
H1.HeaderClassName
{
color: #186070;
}
.AnyTagClassName
{
color: #186070;
}
</style>
background-color css
<style>
a { background-color: #186070; }
a { background-color: rgb(24,96,112); }
div.DivClassName
{
background-color: #186070;
}
.BgClassName
{
background-color: #186070;
}
</style>
border-color css
<style>
span { border-color: #186070; }
span { border-color: rgb(24,96,112); }
td.TdClassName
{
border-color: #186070;
}
.TagClassName
{
border-color: #186070;
}
</style>