Shades of Eastern Blue #188191
Tints of Eastern Blue #188191
RGB
CMYK
RGB Variations
Color information
#188191 (or 0x188191) is known color: Eastern Blue. HEX triplet: 18, 81 and 91. RGB value is (24,129,145). Sum of RGB (Red+Green+Blue) = 24+129+145=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #188191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188191 is #E77E6E. Grayscale: #636363. Windows color (decimal): -15171183 or 9535768. OLE color: 9535768.
HSL color Cylindrical-coordinate representation of color #188191: hue angle of 187.93º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188191 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 129 | 145 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.43 |
| HSL | 187.93º | 0.72% | 0.33% | - |
| HSV(B) | 187.93º | 0.83% | 0.57% | - |
| XYZ | 13.34 | 17.94 | 29.55 | - |
| YUV | 99.43 | 153.71 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 145 | 0.83 | 0.11 | 0 | 0.43 | 187.93 | 0.72 | 0.33 |
| Hex | 18 | 81 | 91 | 53 | B | 0 | 2B | BC | 48 | 21 |
| Octal | 30 | 201 | 221 | 123 | 13 | 0 | 53 | 274 | 110 | 41 |
| Binary | 11000 | 10000001 | 10010001 | 1010011 | 1011 | 0 | 101011 | 10111100 | 1001000 | 100001 |
Color Harmonies of #188191
Complementary color
Monochromatic Colors of #188191
Black with #188191
Text Example
Text Example
White with #188191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188191; }
p { color: rgb(24,129,145); }
H1.HeaderClassName
{
color: #188191;
}
.AnyTagClassName
{
color: #188191;
}
</style>
background-color css
<style>
a { background-color: #188191; }
a { background-color: rgb(24,129,145); }
div.DivClassName
{
background-color: #188191;
}
.BgClassName
{
background-color: #188191;
}
</style>
border-color css
<style>
span { border-color: #188191; }
span { border-color: rgb(24,129,145); }
td.TdClassName
{
border-color: #188191;
}
.TagClassName
{
border-color: #188191;
}
</style>