Shades of Eastern Blue #187C96
Tints of Eastern Blue #187C96
RGB
CMYK
RGB Variations
Color information
#187C96 (or 0x187C96) is known color: Eastern Blue. HEX triplet: 18, 7C and 96. RGB value is (24,124,150). Sum of RGB (Red+Green+Blue) = 24+124+150=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #187C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187C96 is #E78369. Grayscale: #606060. Windows color (decimal): -15172458 or 9862168. OLE color: 9862168.
HSL color Cylindrical-coordinate representation of color #187C96: hue angle of 192.38º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #187C96 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 124 | 150 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.41 |
| HSL | 192.38º | 0.72% | 0.34% | - |
| HSV(B) | 192.38º | 0.84% | 0.59% | - |
| XYZ | 13.09 | 16.81 | 31.41 | - |
| YUV | 97.06 | 157.87 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 124 | 150 | 0.84 | 0.17 | 0 | 0.41 | 192.38 | 0.72 | 0.34 |
| Hex | 18 | 7C | 96 | 54 | 11 | 0 | 29 | C0 | 48 | 22 |
| Octal | 30 | 174 | 226 | 124 | 21 | 0 | 51 | 300 | 110 | 42 |
| Binary | 11000 | 1111100 | 10010110 | 1010100 | 10001 | 0 | 101001 | 11000000 | 1001000 | 100010 |
Color Harmonies of #187C96
Complementary color
Monochromatic Colors of #187C96
Black with #187C96
Text Example
Text Example
White with #187C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187C96; }
p { color: rgb(24,124,150); }
H1.HeaderClassName
{
color: #187C96;
}
.AnyTagClassName
{
color: #187C96;
}
</style>
background-color css
<style>
a { background-color: #187C96; }
a { background-color: rgb(24,124,150); }
div.DivClassName
{
background-color: #187C96;
}
.BgClassName
{
background-color: #187C96;
}
</style>
border-color css
<style>
span { border-color: #187C96; }
span { border-color: rgb(24,124,150); }
td.TdClassName
{
border-color: #187C96;
}
.TagClassName
{
border-color: #187C96;
}
</style>