Shades of Allports #157694
Tints of Allports #157694
RGB
CMYK
RGB Variations
Color information
#157694 (or 0x157694) is known color: Allports. HEX triplet: 15, 76 and 94. RGB value is (21,118,148). Sum of RGB (Red+Green+Blue) = 21+118+148=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #157694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157694 is #EA896B. Grayscale: #5C5C5C. Windows color (decimal): -15370604 or 9729557. OLE color: 9729557.
HSL color Cylindrical-coordinate representation of color #157694: hue angle of 194.17º 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 #157694 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 118 | 148 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.42 |
| HSL | 194.17º | 0.75% | 0.33% | - |
| HSV(B) | 194.17º | 0.86% | 0.58% | - |
| XYZ | 12.13 | 15.25 | 30.32 | - |
| YUV | 92.42 | 159.36 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 148 | 0.86 | 0.20 | 0 | 0.42 | 194.17 | 0.75 | 0.33 |
| Hex | 15 | 76 | 94 | 56 | 14 | 0 | 2A | C2 | 4B | 21 |
| Octal | 25 | 166 | 224 | 126 | 24 | 0 | 52 | 302 | 113 | 41 |
| Binary | 10101 | 1110110 | 10010100 | 1010110 | 10100 | 0 | 101010 | 11000010 | 1001011 | 100001 |
Color Harmonies of #157694
Complementary color
Monochromatic Colors of #157694
Black with #157694
Text Example
Text Example
White with #157694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157694; }
p { color: rgb(21,118,148); }
H1.HeaderClassName
{
color: #157694;
}
.AnyTagClassName
{
color: #157694;
}
</style>
background-color css
<style>
a { background-color: #157694; }
a { background-color: rgb(21,118,148); }
div.DivClassName
{
background-color: #157694;
}
.BgClassName
{
background-color: #157694;
}
</style>
border-color css
<style>
span { border-color: #157694; }
span { border-color: rgb(21,118,148); }
td.TdClassName
{
border-color: #157694;
}
.TagClassName
{
border-color: #157694;
}
</style>