Shades of Eastern Blue #0188AA
Tints of Eastern Blue #0188AA
RGB
CMYK
RGB Variations
Color information
#0188AA (or 0x0188AA) is known color: Eastern Blue. HEX triplet: 01, 88 and AA. RGB value is (1,136,170). Sum of RGB (Red+Green+Blue) = 1+136+170=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #0188AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0188AA is #FE7755. Grayscale: #636363. Windows color (decimal): -16676694 or 11175937. OLE color: 11175937.
HSL color Cylindrical-coordinate representation of color #0188AA: hue angle of 192.07º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0188AA is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 136 | 170 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.33 |
| HSL | 192.07º | 0.99% | 0.34% | - |
| HSV(B) | 192.07º | 0.99% | 0.67% | - |
| XYZ | 16.07 | 20.52 | 41.14 | - |
| YUV | 99.51 | 167.77 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 170 | 0.99 | 0.20 | 0 | 0.33 | 192.07 | 0.99 | 0.34 |
| Hex | 1 | 88 | AA | 63 | 14 | 0 | 21 | C0 | 63 | 22 |
| Octal | 1 | 210 | 252 | 143 | 24 | 0 | 41 | 300 | 143 | 42 |
| Binary | 1 | 10001000 | 10101010 | 1100011 | 10100 | 0 | 100001 | 11000000 | 1100011 | 100010 |
Color Harmonies of #0188AA
Complementary color
Monochromatic Colors of #0188AA
Black with #0188AA
Text Example
Text Example
White with #0188AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188AA; }
p { color: rgb(1,136,170); }
H1.HeaderClassName
{
color: #0188AA;
}
.AnyTagClassName
{
color: #0188AA;
}
</style>
background-color css
<style>
a { background-color: #0188AA; }
a { background-color: rgb(1,136,170); }
div.DivClassName
{
background-color: #0188AA;
}
.BgClassName
{
background-color: #0188AA;
}
</style>
border-color css
<style>
span { border-color: #0188AA; }
span { border-color: rgb(1,136,170); }
td.TdClassName
{
border-color: #0188AA;
}
.TagClassName
{
border-color: #0188AA;
}
</style>