Shades of Eastern Blue #0288A1
Tints of Eastern Blue #0288A1
RGB
CMYK
RGB Variations
Color information
#0288A1 (or 0x0288A1) is known color: Eastern Blue. HEX triplet: 02, 88 and A1. RGB value is (2,136,161). Sum of RGB (Red+Green+Blue) = 2+136+161=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 161 (63.28% from 255 or 53.85% from 299); Max value from RGB is 161 - color contains mainly: blue. Hex color #0288A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0288A1 is #FD775E. Grayscale: #626262. Windows color (decimal): -16611167 or 10586114. OLE color: 10586114.
HSL color Cylindrical-coordinate representation of color #0288A1: hue angle of 189.43º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0288A1 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 136 | 161 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.37 |
| HSL | 189.43º | 0.98% | 0.32% | - |
| HSV(B) | 189.43º | 0.99% | 0.63% | - |
| XYZ | 15.26 | 20.19 | 36.81 | - |
| YUV | 98.78 | 163.11 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 161 | 0.99 | 0.16 | 0 | 0.37 | 189.43 | 0.98 | 0.32 |
| Hex | 2 | 88 | A1 | 63 | 10 | 0 | 25 | BD | 62 | 20 |
| Octal | 2 | 210 | 241 | 143 | 20 | 0 | 45 | 275 | 142 | 40 |
| Binary | 10 | 10001000 | 10100001 | 1100011 | 10000 | 0 | 100101 | 10111101 | 1100010 | 100000 |
Color Harmonies of #0288A1
Complementary color
Monochromatic Colors of #0288A1
Black with #0288A1
Text Example
Text Example
White with #0288A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0288A1; }
p { color: rgb(2,136,161); }
H1.HeaderClassName
{
color: #0288A1;
}
.AnyTagClassName
{
color: #0288A1;
}
</style>
background-color css
<style>
a { background-color: #0288A1; }
a { background-color: rgb(2,136,161); }
div.DivClassName
{
background-color: #0288A1;
}
.BgClassName
{
background-color: #0288A1;
}
</style>
border-color css
<style>
span { border-color: #0288A1; }
span { border-color: rgb(2,136,161); }
td.TdClassName
{
border-color: #0288A1;
}
.TagClassName
{
border-color: #0288A1;
}
</style>