Shades of Allports #157384
Tints of Allports #157384
RGB
CMYK
RGB Variations
Color information
#157384 (or 0x157384) is known color: Allports. HEX triplet: 15, 73 and 84. RGB value is (21,115,132). Sum of RGB (Red+Green+Blue) = 21+115+132=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #157384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157384 is #EA8C7B. Grayscale: #585858. Windows color (decimal): -15371388 or 8680213. OLE color: 8680213.
HSL color Cylindrical-coordinate representation of color #157384: hue angle of 189.19º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157384 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 115 | 132 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.48 |
| HSL | 189.19º | 0.73% | 0.3% | - |
| HSV(B) | 189.19º | 0.84% | 0.52% | - |
| XYZ | 10.6 | 14.09 | 23.99 | - |
| YUV | 88.83 | 152.36 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 132 | 0.84 | 0.13 | 0 | 0.48 | 189.19 | 0.73 | 0.3 |
| Hex | 15 | 73 | 84 | 54 | D | 0 | 30 | BD | 49 | 1E |
| Octal | 25 | 163 | 204 | 124 | 15 | 0 | 60 | 275 | 111 | 36 |
| Binary | 10101 | 1110011 | 10000100 | 1010100 | 1101 | 0 | 110000 | 10111101 | 1001001 | 11110 |
Color Harmonies of #157384
Complementary color
Monochromatic Colors of #157384
Black with #157384
Text Example
Text Example
White with #157384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157384; }
p { color: rgb(21,115,132); }
H1.HeaderClassName
{
color: #157384;
}
.AnyTagClassName
{
color: #157384;
}
</style>
background-color css
<style>
a { background-color: #157384; }
a { background-color: rgb(21,115,132); }
div.DivClassName
{
background-color: #157384;
}
.BgClassName
{
background-color: #157384;
}
</style>
border-color css
<style>
span { border-color: #157384; }
span { border-color: rgb(21,115,132); }
td.TdClassName
{
border-color: #157384;
}
.TagClassName
{
border-color: #157384;
}
</style>