Shades of Allports #157378
Tints of Allports #157378
RGB
CMYK
RGB Variations
Color information
#157378 (or 0x157378) is known color: Allports. HEX triplet: 15, 73 and 78. RGB value is (21,115,120). Sum of RGB (Red+Green+Blue) = 21+115+120=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #157378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157378 is #EA8C87. Grayscale: #575757. Windows color (decimal): -15371400 or 7893781. OLE color: 7893781.
HSL color Cylindrical-coordinate representation of color #157378: hue angle of 183.03º 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 #157378 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 115 | 120 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.53 |
| HSL | 183.03º | 0.7% | 0.28% | - |
| HSV(B) | 183.03º | 0.83% | 0.47% | - |
| XYZ | 9.83 | 13.78 | 19.91 | - |
| YUV | 87.46 | 146.36 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 120 | 0.83 | 0.04 | 0 | 0.53 | 183.03 | 0.7 | 0.28 |
| Hex | 15 | 73 | 78 | 53 | 4 | 0 | 35 | B7 | 46 | 1C |
| Octal | 25 | 163 | 170 | 123 | 4 | 0 | 65 | 267 | 106 | 34 |
| Binary | 10101 | 1110011 | 1111000 | 1010011 | 100 | 0 | 110101 | 10110111 | 1000110 | 11100 |
Color Harmonies of #157378
Complementary color
Monochromatic Colors of #157378
Black with #157378
Text Example
Text Example
White with #157378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157378; }
p { color: rgb(21,115,120); }
H1.HeaderClassName
{
color: #157378;
}
.AnyTagClassName
{
color: #157378;
}
</style>
background-color css
<style>
a { background-color: #157378; }
a { background-color: rgb(21,115,120); }
div.DivClassName
{
background-color: #157378;
}
.BgClassName
{
background-color: #157378;
}
</style>
border-color css
<style>
span { border-color: #157378; }
span { border-color: rgb(21,115,120); }
td.TdClassName
{
border-color: #157378;
}
.TagClassName
{
border-color: #157378;
}
</style>