Shades of Allports #157078
Tints of Allports #157078
RGB
CMYK
RGB Variations
Color information
#157078 (or 0x157078) is known color: Allports. HEX triplet: 15, 70 and 78. RGB value is (21,112,120). Sum of RGB (Red+Green+Blue) = 21+112+120=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #157078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157078 is #EA8F87. Grayscale: #555555. Windows color (decimal): -15372168 or 7893013. OLE color: 7893013.
HSL color Cylindrical-coordinate representation of color #157078: hue angle of 184.85º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157078 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 112 | 120 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.53 |
| HSL | 184.85º | 0.7% | 0.28% | - |
| HSV(B) | 184.85º | 0.83% | 0.47% | - |
| XYZ | 9.49 | 13.1 | 19.8 | - |
| YUV | 85.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 120 | 0.83 | 0.07 | 0 | 0.53 | 184.85 | 0.7 | 0.28 |
| Hex | 15 | 70 | 78 | 53 | 7 | 0 | 35 | B9 | 46 | 1C |
| Octal | 25 | 160 | 170 | 123 | 7 | 0 | 65 | 271 | 106 | 34 |
| Binary | 10101 | 1110000 | 1111000 | 1010011 | 111 | 0 | 110101 | 10111001 | 1000110 | 11100 |
Color Harmonies of #157078
Complementary color
Monochromatic Colors of #157078
Black with #157078
Text Example
Text Example
White with #157078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157078; }
p { color: rgb(21,112,120); }
H1.HeaderClassName
{
color: #157078;
}
.AnyTagClassName
{
color: #157078;
}
</style>
background-color css
<style>
a { background-color: #157078; }
a { background-color: rgb(21,112,120); }
div.DivClassName
{
background-color: #157078;
}
.BgClassName
{
background-color: #157078;
}
</style>
border-color css
<style>
span { border-color: #157078; }
span { border-color: rgb(21,112,120); }
td.TdClassName
{
border-color: #157078;
}
.TagClassName
{
border-color: #157078;
}
</style>