Shades of Allports #186473
Tints of Allports #186473
RGB
CMYK
RGB Variations
Color information
#186473 (or 0x186473) is known color: Allports. HEX triplet: 18, 64 and 73. RGB value is (24,100,115). Sum of RGB (Red+Green+Blue) = 24+100+115=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #186473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186473 is #E79B8C. Grayscale: #4E4E4E. Windows color (decimal): -15178637 or 7562264. OLE color: 7562264.
HSL color Cylindrical-coordinate representation of color #186473: hue angle of 189.89º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186473 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 100 | 115 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.55 |
| HSL | 189.89º | 0.65% | 0.27% | - |
| HSV(B) | 189.89º | 0.79% | 0.45% | - |
| XYZ | 8.03 | 10.55 | 17.83 | - |
| YUV | 78.99 | 148.32 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 115 | 0.79 | 0.13 | 0 | 0.55 | 189.89 | 0.65 | 0.27 |
| Hex | 18 | 64 | 73 | 4F | D | 0 | 37 | BE | 41 | 1B |
| Octal | 30 | 144 | 163 | 117 | 15 | 0 | 67 | 276 | 101 | 33 |
| Binary | 11000 | 1100100 | 1110011 | 1001111 | 1101 | 0 | 110111 | 10111110 | 1000001 | 11011 |
Color Harmonies of #186473
Complementary color
Monochromatic Colors of #186473
Black with #186473
Text Example
Text Example
White with #186473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186473; }
p { color: rgb(24,100,115); }
H1.HeaderClassName
{
color: #186473;
}
.AnyTagClassName
{
color: #186473;
}
</style>
background-color css
<style>
a { background-color: #186473; }
a { background-color: rgb(24,100,115); }
div.DivClassName
{
background-color: #186473;
}
.BgClassName
{
background-color: #186473;
}
</style>
border-color css
<style>
span { border-color: #186473; }
span { border-color: rgb(24,100,115); }
td.TdClassName
{
border-color: #186473;
}
.TagClassName
{
border-color: #186473;
}
</style>