Shades of Allports #186885
Tints of Allports #186885
RGB
CMYK
RGB Variations
Color information
#186885 (or 0x186885) is known color: Allports. HEX triplet: 18, 68 and 85. RGB value is (24,104,133). Sum of RGB (Red+Green+Blue) = 24+104+133=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #186885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186885 is #E7977A. Grayscale: #535353. Windows color (decimal): -15177595 or 8742936. OLE color: 8742936.
HSL color Cylindrical-coordinate representation of color #186885: hue angle of 195.96º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186885 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 104 | 133 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.48 |
| HSL | 195.96º | 0.69% | 0.31% | - |
| HSV(B) | 195.96º | 0.82% | 0.52% | - |
| XYZ | 9.56 | 11.79 | 23.96 | - |
| YUV | 83.39 | 156 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 133 | 0.82 | 0.22 | 0 | 0.48 | 195.96 | 0.69 | 0.31 |
| Hex | 18 | 68 | 85 | 52 | 16 | 0 | 30 | C4 | 45 | 1F |
| Octal | 30 | 150 | 205 | 122 | 26 | 0 | 60 | 304 | 105 | 37 |
| Binary | 11000 | 1101000 | 10000101 | 1010010 | 10110 | 0 | 110000 | 11000100 | 1000101 | 11111 |
Color Harmonies of #186885
Complementary color
Monochromatic Colors of #186885
Black with #186885
Text Example
Text Example
White with #186885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186885; }
p { color: rgb(24,104,133); }
H1.HeaderClassName
{
color: #186885;
}
.AnyTagClassName
{
color: #186885;
}
</style>
background-color css
<style>
a { background-color: #186885; }
a { background-color: rgb(24,104,133); }
div.DivClassName
{
background-color: #186885;
}
.BgClassName
{
background-color: #186885;
}
</style>
border-color css
<style>
span { border-color: #186885; }
span { border-color: rgb(24,104,133); }
td.TdClassName
{
border-color: #186885;
}
.TagClassName
{
border-color: #186885;
}
</style>