Shades of Allports #187483
Tints of Allports #187483
RGB
CMYK
RGB Variations
Color information
#187483 (or 0x187483) is known color: Allports. HEX triplet: 18, 74 and 83. RGB value is (24,116,131). Sum of RGB (Red+Green+Blue) = 24+116+131=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #187483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187483 is #E78B7C. Grayscale: #5A5A5A. Windows color (decimal): -15174525 or 8614936. OLE color: 8614936.
HSL color Cylindrical-coordinate representation of color #187483: hue angle of 188.41º 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 #187483 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 116 | 131 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.49 |
| HSL | 188.41º | 0.69% | 0.3% | - |
| HSV(B) | 188.41º | 0.82% | 0.51% | - |
| XYZ | 10.72 | 14.32 | 23.67 | - |
| YUV | 90.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 131 | 0.82 | 0.11 | 0 | 0.49 | 188.41 | 0.69 | 0.3 |
| Hex | 18 | 74 | 83 | 52 | B | 0 | 31 | BC | 45 | 1E |
| Octal | 30 | 164 | 203 | 122 | 13 | 0 | 61 | 274 | 105 | 36 |
| Binary | 11000 | 1110100 | 10000011 | 1010010 | 1011 | 0 | 110001 | 10111100 | 1000101 | 11110 |
Color Harmonies of #187483
Complementary color
Monochromatic Colors of #187483
Black with #187483
Text Example
Text Example
White with #187483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187483; }
p { color: rgb(24,116,131); }
H1.HeaderClassName
{
color: #187483;
}
.AnyTagClassName
{
color: #187483;
}
</style>
background-color css
<style>
a { background-color: #187483; }
a { background-color: rgb(24,116,131); }
div.DivClassName
{
background-color: #187483;
}
.BgClassName
{
background-color: #187483;
}
</style>
border-color css
<style>
span { border-color: #187483; }
span { border-color: rgb(24,116,131); }
td.TdClassName
{
border-color: #187483;
}
.TagClassName
{
border-color: #187483;
}
</style>