Shades of Eastern Blue #157B92
Tints of Eastern Blue #157B92
RGB
CMYK
RGB Variations
Color information
#157B92 (or 0x157B92) is known color: Eastern Blue. HEX triplet: 15, 7B and 92. RGB value is (21,123,146). Sum of RGB (Red+Green+Blue) = 21+123+146=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #157B92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157B92 is #EA846D. Grayscale: #5E5E5E. Windows color (decimal): -15369326 or 9599765. OLE color: 9599765.
HSL color Cylindrical-coordinate representation of color #157B92: hue angle of 191.04º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157B92 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 123 | 146 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.43 |
| HSL | 191.04º | 0.75% | 0.33% | - |
| HSV(B) | 191.04º | 0.86% | 0.57% | - |
| XYZ | 12.58 | 16.4 | 29.7 | - |
| YUV | 95.12 | 156.71 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 123 | 146 | 0.86 | 0.16 | 0 | 0.43 | 191.04 | 0.75 | 0.33 |
| Hex | 15 | 7B | 92 | 56 | 10 | 0 | 2B | BF | 4B | 21 |
| Octal | 25 | 173 | 222 | 126 | 20 | 0 | 53 | 277 | 113 | 41 |
| Binary | 10101 | 1111011 | 10010010 | 1010110 | 10000 | 0 | 101011 | 10111111 | 1001011 | 100001 |
Color Harmonies of #157B92
Complementary color
Monochromatic Colors of #157B92
Black with #157B92
Text Example
Text Example
White with #157B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157B92; }
p { color: rgb(21,123,146); }
H1.HeaderClassName
{
color: #157B92;
}
.AnyTagClassName
{
color: #157B92;
}
</style>
background-color css
<style>
a { background-color: #157B92; }
a { background-color: rgb(21,123,146); }
div.DivClassName
{
background-color: #157B92;
}
.BgClassName
{
background-color: #157B92;
}
</style>
border-color css
<style>
span { border-color: #157B92; }
span { border-color: rgb(21,123,146); }
td.TdClassName
{
border-color: #157B92;
}
.TagClassName
{
border-color: #157B92;
}
</style>