Shades of Allports #186582
Tints of Allports #186582
RGB
CMYK
RGB Variations
Color information
#186582 (or 0x186582) is known color: Allports. HEX triplet: 18, 65 and 82. RGB value is (24,101,130). Sum of RGB (Red+Green+Blue) = 24+101+130=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #186582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186582 is #E79A7D. Grayscale: #515151. Windows color (decimal): -15178366 or 8545560. OLE color: 8545560.
HSL color Cylindrical-coordinate representation of color #186582: hue angle of 196.42º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186582 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 101 | 130 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.49 |
| HSL | 196.42º | 0.69% | 0.3% | - |
| HSV(B) | 196.42º | 0.82% | 0.51% | - |
| XYZ | 9.06 | 11.11 | 22.79 | - |
| YUV | 81.28 | 155.49 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 130 | 0.82 | 0.22 | 0 | 0.49 | 196.42 | 0.69 | 0.3 |
| Hex | 18 | 65 | 82 | 52 | 16 | 0 | 31 | C4 | 45 | 1E |
| Octal | 30 | 145 | 202 | 122 | 26 | 0 | 61 | 304 | 105 | 36 |
| Binary | 11000 | 1100101 | 10000010 | 1010010 | 10110 | 0 | 110001 | 11000100 | 1000101 | 11110 |
Color Harmonies of #186582
Complementary color
Monochromatic Colors of #186582
Black with #186582
Text Example
Text Example
White with #186582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186582; }
p { color: rgb(24,101,130); }
H1.HeaderClassName
{
color: #186582;
}
.AnyTagClassName
{
color: #186582;
}
</style>
background-color css
<style>
a { background-color: #186582; }
a { background-color: rgb(24,101,130); }
div.DivClassName
{
background-color: #186582;
}
.BgClassName
{
background-color: #186582;
}
</style>
border-color css
<style>
span { border-color: #186582; }
span { border-color: rgb(24,101,130); }
td.TdClassName
{
border-color: #186582;
}
.TagClassName
{
border-color: #186582;
}
</style>