Shades of Allports #186993
Tints of Allports #186993
RGB
CMYK
RGB Variations
Color information
#186993 (or 0x186993) is known color: Allports. HEX triplet: 18, 69 and 93. RGB value is (24,105,147). Sum of RGB (Red+Green+Blue) = 24+105+147=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #186993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186993 is #E7966C. Grayscale: #555555. Windows color (decimal): -15177325 or 9660696. OLE color: 9660696.
HSL color Cylindrical-coordinate representation of color #186993: hue angle of 200.49º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #186993 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 24 | 105 | 147 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.42 |
| HSL | 200.49º | 0.72% | 0.34% | - |
| HSV(B) | 200.49º | 0.84% | 0.58% | - |
| XYZ | 10.69 | 12.4 | 29.43 | - |
| YUV | 85.57 | 162.66 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 147 | 0.84 | 0.29 | 0 | 0.42 | 200.49 | 0.72 | 0.34 |
| Hex | 18 | 69 | 93 | 54 | 1D | 0 | 2A | C8 | 48 | 22 |
| Octal | 30 | 151 | 223 | 124 | 35 | 0 | 52 | 310 | 110 | 42 |
| Binary | 11000 | 1101001 | 10010011 | 1010100 | 11101 | 0 | 101010 | 11001000 | 1001000 | 100010 |
Color Harmonies of #186993
Complementary color
Monochromatic Colors of #186993
Black with #186993
Text Example
Text Example
White with #186993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186993; }
p { color: rgb(24,105,147); }
H1.HeaderClassName
{
color: #186993;
}
.AnyTagClassName
{
color: #186993;
}
</style>
background-color css
<style>
a { background-color: #186993; }
a { background-color: rgb(24,105,147); }
div.DivClassName
{
background-color: #186993;
}
.BgClassName
{
background-color: #186993;
}
</style>
border-color css
<style>
span { border-color: #186993; }
span { border-color: rgb(24,105,147); }
td.TdClassName
{
border-color: #186993;
}
.TagClassName
{
border-color: #186993;
}
</style>