Shades of Eastern Blue #157C99
Tints of Eastern Blue #157C99
RGB
CMYK
RGB Variations
Color information
#157C99 (or 0x157C99) is known color: Eastern Blue. HEX triplet: 15, 7C and 99. RGB value is (21,124,153). Sum of RGB (Red+Green+Blue) = 21+124+153=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #157C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C99 is #EA8366. Grayscale: #606060. Windows color (decimal): -15369063 or 10058773. OLE color: 10058773.
HSL color Cylindrical-coordinate representation of color #157C99: hue angle of 193.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157C99 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 124 | 153 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.4 |
| HSL | 193.18º | 0.76% | 0.34% | - |
| HSV(B) | 193.18º | 0.86% | 0.6% | - |
| XYZ | 13.27 | 16.87 | 32.69 | - |
| YUV | 96.51 | 159.88 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 153 | 0.86 | 0.19 | 0 | 0.4 | 193.18 | 0.76 | 0.34 |
| Hex | 15 | 7C | 99 | 56 | 13 | 0 | 28 | C1 | 4C | 22 |
| Octal | 25 | 174 | 231 | 126 | 23 | 0 | 50 | 301 | 114 | 42 |
| Binary | 10101 | 1111100 | 10011001 | 1010110 | 10011 | 0 | 101000 | 11000001 | 1001100 | 100010 |
Color Harmonies of #157C99
Complementary color
Monochromatic Colors of #157C99
Black with #157C99
Text Example
Text Example
White with #157C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C99; }
p { color: rgb(21,124,153); }
H1.HeaderClassName
{
color: #157C99;
}
.AnyTagClassName
{
color: #157C99;
}
</style>
background-color css
<style>
a { background-color: #157C99; }
a { background-color: rgb(21,124,153); }
div.DivClassName
{
background-color: #157C99;
}
.BgClassName
{
background-color: #157C99;
}
</style>
border-color css
<style>
span { border-color: #157C99; }
span { border-color: rgb(21,124,153); }
td.TdClassName
{
border-color: #157C99;
}
.TagClassName
{
border-color: #157C99;
}
</style>