Shades of Eastern Blue #157C90
Tints of Eastern Blue #157C90
RGB
CMYK
RGB Variations
Color information
#157C90 (or 0x157C90) is known color: Eastern Blue. HEX triplet: 15, 7C and 90. RGB value is (21,124,144). Sum of RGB (Red+Green+Blue) = 21+124+144=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #157C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C90 is #EA836F. Grayscale: #5F5F5F. Windows color (decimal): -15369072 or 9468949. OLE color: 9468949.
HSL color Cylindrical-coordinate representation of color #157C90: hue angle of 189.76º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157C90 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 124 | 144 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.44 |
| HSL | 189.76º | 0.75% | 0.32% | - |
| HSV(B) | 189.76º | 0.85% | 0.56% | - |
| XYZ | 12.55 | 16.59 | 28.93 | - |
| YUV | 95.48 | 155.38 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 144 | 0.85 | 0.14 | 0 | 0.44 | 189.76 | 0.75 | 0.32 |
| Hex | 15 | 7C | 90 | 55 | E | 0 | 2C | BE | 4B | 20 |
| Octal | 25 | 174 | 220 | 125 | 16 | 0 | 54 | 276 | 113 | 40 |
| Binary | 10101 | 1111100 | 10010000 | 1010101 | 1110 | 0 | 101100 | 10111110 | 1001011 | 100000 |
Color Harmonies of #157C90
Complementary color
Monochromatic Colors of #157C90
Black with #157C90
Text Example
Text Example
White with #157C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C90; }
p { color: rgb(21,124,144); }
H1.HeaderClassName
{
color: #157C90;
}
.AnyTagClassName
{
color: #157C90;
}
</style>
background-color css
<style>
a { background-color: #157C90; }
a { background-color: rgb(21,124,144); }
div.DivClassName
{
background-color: #157C90;
}
.BgClassName
{
background-color: #157C90;
}
</style>
border-color css
<style>
span { border-color: #157C90; }
span { border-color: rgb(21,124,144); }
td.TdClassName
{
border-color: #157C90;
}
.TagClassName
{
border-color: #157C90;
}
</style>