Shades of Eastern Blue #187D9A
Tints of Eastern Blue #187D9A
RGB
CMYK
RGB Variations
Color information
#187D9A (or 0x187D9A) is known color: Eastern Blue. HEX triplet: 18, 7D and 9A. RGB value is (24,125,154). Sum of RGB (Red+Green+Blue) = 24+125+154=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #187D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187D9A is #E78265. Grayscale: #616161. Windows color (decimal): -15172198 or 10124568. OLE color: 10124568.
HSL color Cylindrical-coordinate representation of color #187D9A: hue angle of 193.38º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #187D9A is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 125 | 154 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.40 |
| HSL | 193.38º | 0.73% | 0.35% | - |
| HSV(B) | 193.38º | 0.84% | 0.6% | - |
| XYZ | 13.54 | 17.19 | 33.18 | - |
| YUV | 98.11 | 159.54 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 154 | 0.84 | 0.19 | 0 | 0.40 | 193.38 | 0.73 | 0.35 |
| Hex | 18 | 7D | 9A | 54 | 13 | 0 | 28 | C1 | 49 | 23 |
| Octal | 30 | 175 | 232 | 124 | 23 | 0 | 50 | 301 | 111 | 43 |
| Binary | 11000 | 1111101 | 10011010 | 1010100 | 10011 | 0 | 101000 | 11000001 | 1001001 | 100011 |
Color Harmonies of #187D9A
Complementary color
Monochromatic Colors of #187D9A
Black with #187D9A
Text Example
Text Example
White with #187D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D9A; }
p { color: rgb(24,125,154); }
H1.HeaderClassName
{
color: #187D9A;
}
.AnyTagClassName
{
color: #187D9A;
}
</style>
background-color css
<style>
a { background-color: #187D9A; }
a { background-color: rgb(24,125,154); }
div.DivClassName
{
background-color: #187D9A;
}
.BgClassName
{
background-color: #187D9A;
}
</style>
border-color css
<style>
span { border-color: #187D9A; }
span { border-color: rgb(24,125,154); }
td.TdClassName
{
border-color: #187D9A;
}
.TagClassName
{
border-color: #187D9A;
}
</style>