Shades of Allports #186875
Tints of Allports #186875
RGB
CMYK
RGB Variations
Color information
#186875 (or 0x186875) is known color: Allports. HEX triplet: 18, 68 and 75. RGB value is (24,104,117). Sum of RGB (Red+Green+Blue) = 24+104+117=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #186875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186875 is #E7978A. Grayscale: #515151. Windows color (decimal): -15177611 or 7694360. OLE color: 7694360.
HSL color Cylindrical-coordinate representation of color #186875: hue angle of 188.39º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #186875 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 104 | 117 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.54 |
| HSL | 188.39º | 0.66% | 0.28% | - |
| HSV(B) | 188.39º | 0.79% | 0.46% | - |
| XYZ | 8.54 | 11.38 | 18.58 | - |
| YUV | 81.56 | 148 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 117 | 0.79 | 0.11 | 0 | 0.54 | 188.39 | 0.66 | 0.28 |
| Hex | 18 | 68 | 75 | 4F | B | 0 | 36 | BC | 42 | 1C |
| Octal | 30 | 150 | 165 | 117 | 13 | 0 | 66 | 274 | 102 | 34 |
| Binary | 11000 | 1101000 | 1110101 | 1001111 | 1011 | 0 | 110110 | 10111100 | 1000010 | 11100 |
Color Harmonies of #186875
Complementary color
Monochromatic Colors of #186875
Black with #186875
Text Example
Text Example
White with #186875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186875; }
p { color: rgb(24,104,117); }
H1.HeaderClassName
{
color: #186875;
}
.AnyTagClassName
{
color: #186875;
}
</style>
background-color css
<style>
a { background-color: #186875; }
a { background-color: rgb(24,104,117); }
div.DivClassName
{
background-color: #186875;
}
.BgClassName
{
background-color: #186875;
}
</style>
border-color css
<style>
span { border-color: #186875; }
span { border-color: rgb(24,104,117); }
td.TdClassName
{
border-color: #186875;
}
.TagClassName
{
border-color: #186875;
}
</style>