Shades of Eastern Blue #157C93
Tints of Eastern Blue #157C93
RGB
CMYK
RGB Variations
Color information
#157C93 (or 0x157C93) is known color: Eastern Blue. HEX triplet: 15, 7C and 93. RGB value is (21,124,147). Sum of RGB (Red+Green+Blue) = 21+124+147=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #157C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C93 is #EA836C. Grayscale: #5F5F5F. Windows color (decimal): -15369069 or 9665557. OLE color: 9665557.
HSL color Cylindrical-coordinate representation of color #157C93: hue angle of 190.95º 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 #157C93 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 124 | 147 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.42 |
| HSL | 190.95º | 0.75% | 0.33% | - |
| HSV(B) | 190.95º | 0.86% | 0.58% | - |
| XYZ | 12.78 | 16.68 | 30.15 | - |
| YUV | 95.83 | 156.88 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 147 | 0.86 | 0.16 | 0 | 0.42 | 190.95 | 0.75 | 0.33 |
| Hex | 15 | 7C | 93 | 56 | 10 | 0 | 2A | BF | 4B | 21 |
| Octal | 25 | 174 | 223 | 126 | 20 | 0 | 52 | 277 | 113 | 41 |
| Binary | 10101 | 1111100 | 10010011 | 1010110 | 10000 | 0 | 101010 | 10111111 | 1001011 | 100001 |
Color Harmonies of #157C93
Complementary color
Monochromatic Colors of #157C93
Black with #157C93
Text Example
Text Example
White with #157C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C93; }
p { color: rgb(21,124,147); }
H1.HeaderClassName
{
color: #157C93;
}
.AnyTagClassName
{
color: #157C93;
}
</style>
background-color css
<style>
a { background-color: #157C93; }
a { background-color: rgb(21,124,147); }
div.DivClassName
{
background-color: #157C93;
}
.BgClassName
{
background-color: #157C93;
}
</style>
border-color css
<style>
span { border-color: #157C93; }
span { border-color: rgb(21,124,147); }
td.TdClassName
{
border-color: #157C93;
}
.TagClassName
{
border-color: #157C93;
}
</style>