Shades of Allports #157277
Tints of Allports #157277
RGB
CMYK
RGB Variations
Color information
#157277 (or 0x157277) is known color: Allports. HEX triplet: 15, 72 and 77. RGB value is (21,114,119). Sum of RGB (Red+Green+Blue) = 21+114+119=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #157277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157277 is #EA8D88. Grayscale: #565656. Windows color (decimal): -15371657 or 7827989. OLE color: 7827989.
HSL color Cylindrical-coordinate representation of color #157277: hue angle of 183.06º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157277 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 114 | 119 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.53 |
| HSL | 183.06º | 0.7% | 0.27% | - |
| HSV(B) | 183.06º | 0.82% | 0.47% | - |
| XYZ | 9.66 | 13.53 | 19.55 | - |
| YUV | 86.76 | 146.19 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 119 | 0.82 | 0.04 | 0 | 0.53 | 183.06 | 0.7 | 0.27 |
| Hex | 15 | 72 | 77 | 52 | 4 | 0 | 35 | B7 | 46 | 1B |
| Octal | 25 | 162 | 167 | 122 | 4 | 0 | 65 | 267 | 106 | 33 |
| Binary | 10101 | 1110010 | 1110111 | 1010010 | 100 | 0 | 110101 | 10110111 | 1000110 | 11011 |
Color Harmonies of #157277
Complementary color
Monochromatic Colors of #157277
Black with #157277
Text Example
Text Example
White with #157277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157277; }
p { color: rgb(21,114,119); }
H1.HeaderClassName
{
color: #157277;
}
.AnyTagClassName
{
color: #157277;
}
</style>
background-color css
<style>
a { background-color: #157277; }
a { background-color: rgb(21,114,119); }
div.DivClassName
{
background-color: #157277;
}
.BgClassName
{
background-color: #157277;
}
</style>
border-color css
<style>
span { border-color: #157277; }
span { border-color: rgb(21,114,119); }
td.TdClassName
{
border-color: #157277;
}
.TagClassName
{
border-color: #157277;
}
</style>