Shades of Eastern Blue #157F9B
Tints of Eastern Blue #157F9B
RGB
CMYK
RGB Variations
Color information
#157F9B (or 0x157F9B) is known color: Eastern Blue. HEX triplet: 15, 7F and 9B. RGB value is (21,127,155). Sum of RGB (Red+Green+Blue) = 21+127+155=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #157F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157F9B is #EA8064. Grayscale: #626262. Windows color (decimal): -15368293 or 10190613. OLE color: 10190613.
HSL color Cylindrical-coordinate representation of color #157F9B: hue angle of 192.54º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157F9B is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 127 | 155 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.39 |
| HSL | 192.54º | 0.76% | 0.35% | - |
| HSV(B) | 192.54º | 0.86% | 0.61% | - |
| XYZ | 13.82 | 17.7 | 33.7 | - |
| YUV | 98.5 | 159.88 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 155 | 0.86 | 0.18 | 0 | 0.39 | 192.54 | 0.76 | 0.35 |
| Hex | 15 | 7F | 9B | 56 | 12 | 0 | 27 | C1 | 4C | 23 |
| Octal | 25 | 177 | 233 | 126 | 22 | 0 | 47 | 301 | 114 | 43 |
| Binary | 10101 | 1111111 | 10011011 | 1010110 | 10010 | 0 | 100111 | 11000001 | 1001100 | 100011 |
Color Harmonies of #157F9B
Complementary color
Monochromatic Colors of #157F9B
Black with #157F9B
Text Example
Text Example
White with #157F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157F9B; }
p { color: rgb(21,127,155); }
H1.HeaderClassName
{
color: #157F9B;
}
.AnyTagClassName
{
color: #157F9B;
}
</style>
background-color css
<style>
a { background-color: #157F9B; }
a { background-color: rgb(21,127,155); }
div.DivClassName
{
background-color: #157F9B;
}
.BgClassName
{
background-color: #157F9B;
}
</style>
border-color css
<style>
span { border-color: #157F9B; }
span { border-color: rgb(21,127,155); }
td.TdClassName
{
border-color: #157F9B;
}
.TagClassName
{
border-color: #157F9B;
}
</style>