Shades of Allports #157094
Tints of Allports #157094
RGB
CMYK
RGB Variations
Color information
#157094 (or 0x157094) is known color: Allports. HEX triplet: 15, 70 and 94. RGB value is (21,112,148). Sum of RGB (Red+Green+Blue) = 21+112+148=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #157094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157094 is #EA8F6B. Grayscale: #585858. Windows color (decimal): -15372140 or 9728021. OLE color: 9728021.
HSL color Cylindrical-coordinate representation of color #157094: hue angle of 197.01º 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 #157094 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 112 | 148 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.42 |
| HSL | 197.01º | 0.75% | 0.33% | - |
| HSV(B) | 197.01º | 0.86% | 0.58% | - |
| XYZ | 11.45 | 13.89 | 30.09 | - |
| YUV | 88.9 | 161.35 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 148 | 0.86 | 0.24 | 0 | 0.42 | 197.01 | 0.75 | 0.33 |
| Hex | 15 | 70 | 94 | 56 | 18 | 0 | 2A | C5 | 4B | 21 |
| Octal | 25 | 160 | 224 | 126 | 30 | 0 | 52 | 305 | 113 | 41 |
| Binary | 10101 | 1110000 | 10010100 | 1010110 | 11000 | 0 | 101010 | 11000101 | 1001011 | 100001 |
Color Harmonies of #157094
Complementary color
Monochromatic Colors of #157094
Black with #157094
Text Example
Text Example
White with #157094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157094; }
p { color: rgb(21,112,148); }
H1.HeaderClassName
{
color: #157094;
}
.AnyTagClassName
{
color: #157094;
}
</style>
background-color css
<style>
a { background-color: #157094; }
a { background-color: rgb(21,112,148); }
div.DivClassName
{
background-color: #157094;
}
.BgClassName
{
background-color: #157094;
}
</style>
border-color css
<style>
span { border-color: #157094; }
span { border-color: rgb(21,112,148); }
td.TdClassName
{
border-color: #157094;
}
.TagClassName
{
border-color: #157094;
}
</style>