Shades of Eastern Blue #0281A2
Tints of Eastern Blue #0281A2
RGB
CMYK
RGB Variations
Color information
#0281A2 (or 0x0281A2) is known color: Eastern Blue. HEX triplet: 02, 81 and A2. RGB value is (2,129,162). Sum of RGB (Red+Green+Blue) = 2+129+162=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #0281A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0281A2 is #FD7E5D. Grayscale: #5E5E5E. Windows color (decimal): -16612958 or 10649858. OLE color: 10649858.
HSL color Cylindrical-coordinate representation of color #0281A2: hue angle of 192.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0281A2 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 129 | 162 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.36 |
| HSL | 192.38º | 0.98% | 0.32% | - |
| HSV(B) | 192.38º | 0.99% | 0.64% | - |
| XYZ | 14.4 | 18.32 | 36.96 | - |
| YUV | 94.79 | 165.92 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 162 | 0.99 | 0.20 | 0 | 0.36 | 192.38 | 0.98 | 0.32 |
| Hex | 2 | 81 | A2 | 63 | 14 | 0 | 24 | C0 | 62 | 20 |
| Octal | 2 | 201 | 242 | 143 | 24 | 0 | 44 | 300 | 142 | 40 |
| Binary | 10 | 10000001 | 10100010 | 1100011 | 10100 | 0 | 100100 | 11000000 | 1100010 | 100000 |
Color Harmonies of #0281A2
Complementary color
Monochromatic Colors of #0281A2
Black with #0281A2
Text Example
Text Example
White with #0281A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0281A2; }
p { color: rgb(2,129,162); }
H1.HeaderClassName
{
color: #0281A2;
}
.AnyTagClassName
{
color: #0281A2;
}
</style>
background-color css
<style>
a { background-color: #0281A2; }
a { background-color: rgb(2,129,162); }
div.DivClassName
{
background-color: #0281A2;
}
.BgClassName
{
background-color: #0281A2;
}
</style>
border-color css
<style>
span { border-color: #0281A2; }
span { border-color: rgb(2,129,162); }
td.TdClassName
{
border-color: #0281A2;
}
.TagClassName
{
border-color: #0281A2;
}
</style>