Shades of Allports #157393
Tints of Allports #157393
RGB
CMYK
RGB Variations
Color information
#157393 (or 0x157393) is known color: Allports. HEX triplet: 15, 73 and 93. RGB value is (21,115,147). Sum of RGB (Red+Green+Blue) = 21+115+147=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #157393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157393 is #EA8C6C. Grayscale: #5A5A5A. Windows color (decimal): -15371373 or 9663253. OLE color: 9663253.
HSL color Cylindrical-coordinate representation of color #157393: hue angle of 195.24º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157393 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 115 | 147 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.42 |
| HSL | 195.24º | 0.75% | 0.33% | - |
| HSV(B) | 195.24º | 0.86% | 0.58% | - |
| XYZ | 11.71 | 14.53 | 29.79 | - |
| YUV | 90.54 | 159.86 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 147 | 0.86 | 0.22 | 0 | 0.42 | 195.24 | 0.75 | 0.33 |
| Hex | 15 | 73 | 93 | 56 | 16 | 0 | 2A | C3 | 4B | 21 |
| Octal | 25 | 163 | 223 | 126 | 26 | 0 | 52 | 303 | 113 | 41 |
| Binary | 10101 | 1110011 | 10010011 | 1010110 | 10110 | 0 | 101010 | 11000011 | 1001011 | 100001 |
Color Harmonies of #157393
Complementary color
Monochromatic Colors of #157393
Black with #157393
Text Example
Text Example
White with #157393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157393; }
p { color: rgb(21,115,147); }
H1.HeaderClassName
{
color: #157393;
}
.AnyTagClassName
{
color: #157393;
}
</style>
background-color css
<style>
a { background-color: #157393; }
a { background-color: rgb(21,115,147); }
div.DivClassName
{
background-color: #157393;
}
.BgClassName
{
background-color: #157393;
}
</style>
border-color css
<style>
span { border-color: #157393; }
span { border-color: rgb(21,115,147); }
td.TdClassName
{
border-color: #157393;
}
.TagClassName
{
border-color: #157393;
}
</style>