Shades of Eastern Blue #188396
Tints of Eastern Blue #188396
RGB
CMYK
RGB Variations
Color information
#188396 (or 0x188396) is known color: Eastern Blue. HEX triplet: 18, 83 and 96. RGB value is (24,131,150). Sum of RGB (Red+Green+Blue) = 24+131+150=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #188396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188396 is #E77C69. Grayscale: #646464. Windows color (decimal): -15170666 or 9863960. OLE color: 9863960.
HSL color Cylindrical-coordinate representation of color #188396: hue angle of 189.05º 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 #188396 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 131 | 150 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.41 |
| HSL | 189.05º | 0.72% | 0.34% | - |
| HSV(B) | 189.05º | 0.84% | 0.59% | - |
| XYZ | 14 | 18.63 | 31.71 | - |
| YUV | 101.17 | 155.55 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 150 | 0.84 | 0.13 | 0 | 0.41 | 189.05 | 0.72 | 0.34 |
| Hex | 18 | 83 | 96 | 54 | D | 0 | 29 | BD | 48 | 22 |
| Octal | 30 | 203 | 226 | 124 | 15 | 0 | 51 | 275 | 110 | 42 |
| Binary | 11000 | 10000011 | 10010110 | 1010100 | 1101 | 0 | 101001 | 10111101 | 1001000 | 100010 |
Color Harmonies of #188396
Complementary color
Monochromatic Colors of #188396
Black with #188396
Text Example
Text Example
White with #188396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188396; }
p { color: rgb(24,131,150); }
H1.HeaderClassName
{
color: #188396;
}
.AnyTagClassName
{
color: #188396;
}
</style>
background-color css
<style>
a { background-color: #188396; }
a { background-color: rgb(24,131,150); }
div.DivClassName
{
background-color: #188396;
}
.BgClassName
{
background-color: #188396;
}
</style>
border-color css
<style>
span { border-color: #188396; }
span { border-color: rgb(24,131,150); }
td.TdClassName
{
border-color: #188396;
}
.TagClassName
{
border-color: #188396;
}
</style>