Shades of Allports #157395
Tints of Allports #157395
RGB
CMYK
RGB Variations
Color information
#157395 (or 0x157395) is known color: Allports. HEX triplet: 15, 73 and 95. RGB value is (21,115,149). Sum of RGB (Red+Green+Blue) = 21+115+149=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #157395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157395 is #EA8C6A. Grayscale: #5A5A5A. Windows color (decimal): -15371371 or 9794325. OLE color: 9794325.
HSL color Cylindrical-coordinate representation of color #157395: hue angle of 195.94º 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 #157395 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 115 | 149 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.42 |
| HSL | 195.94º | 0.75% | 0.33% | - |
| HSV(B) | 195.94º | 0.86% | 0.58% | - |
| XYZ | 11.86 | 14.59 | 30.62 | - |
| YUV | 90.77 | 160.86 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 149 | 0.86 | 0.23 | 0 | 0.42 | 195.94 | 0.75 | 0.33 |
| Hex | 15 | 73 | 95 | 56 | 17 | 0 | 2A | C4 | 4B | 21 |
| Octal | 25 | 163 | 225 | 126 | 27 | 0 | 52 | 304 | 113 | 41 |
| Binary | 10101 | 1110011 | 10010101 | 1010110 | 10111 | 0 | 101010 | 11000100 | 1001011 | 100001 |
Color Harmonies of #157395
Complementary color
Monochromatic Colors of #157395
Black with #157395
Text Example
Text Example
White with #157395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157395; }
p { color: rgb(21,115,149); }
H1.HeaderClassName
{
color: #157395;
}
.AnyTagClassName
{
color: #157395;
}
</style>
background-color css
<style>
a { background-color: #157395; }
a { background-color: rgb(21,115,149); }
div.DivClassName
{
background-color: #157395;
}
.BgClassName
{
background-color: #157395;
}
</style>
border-color css
<style>
span { border-color: #157395; }
span { border-color: rgb(21,115,149); }
td.TdClassName
{
border-color: #157395;
}
.TagClassName
{
border-color: #157395;
}
</style>