Shades of Eastern Blue #0892A1
Tints of Eastern Blue #0892A1
RGB
CMYK
RGB Variations
Color information
#0892A1 (or 0x0892A1) is known color: Eastern Blue. HEX triplet: 08, 92 and A1. RGB value is (8,146,161). Sum of RGB (Red+Green+Blue) = 8+146+161=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 161 (63.28% from 255 or 51.11% from 315); Max value from RGB is 161 - color contains mainly: blue. Hex color #0892A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0892A1 is #F76D5E. Grayscale: #6A6A6A. Windows color (decimal): -16215391 or 10588680. OLE color: 10588680.
HSL color Cylindrical-coordinate representation of color #0892A1: hue angle of 185.88º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0892A1 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 146 | 161 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.37 |
| HSL | 185.88º | 0.91% | 0.33% | - |
| HSV(B) | 185.88º | 0.95% | 0.63% | - |
| XYZ | 16.81 | 23.18 | 37.31 | - |
| YUV | 106.45 | 158.78 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 161 | 0.95 | 0.09 | 0 | 0.37 | 185.88 | 0.91 | 0.33 |
| Hex | 8 | 92 | A1 | 5F | 9 | 0 | 25 | BA | 5B | 21 |
| Octal | 10 | 222 | 241 | 137 | 11 | 0 | 45 | 272 | 133 | 41 |
| Binary | 1000 | 10010010 | 10100001 | 1011111 | 1001 | 0 | 100101 | 10111010 | 1011011 | 100001 |
Color Harmonies of #0892A1
Complementary color
Monochromatic Colors of #0892A1
Black with #0892A1
Text Example
Text Example
White with #0892A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0892A1; }
p { color: rgb(8,146,161); }
H1.HeaderClassName
{
color: #0892A1;
}
.AnyTagClassName
{
color: #0892A1;
}
</style>
background-color css
<style>
a { background-color: #0892A1; }
a { background-color: rgb(8,146,161); }
div.DivClassName
{
background-color: #0892A1;
}
.BgClassName
{
background-color: #0892A1;
}
</style>
border-color css
<style>
span { border-color: #0892A1; }
span { border-color: rgb(8,146,161); }
td.TdClassName
{
border-color: #0892A1;
}
.TagClassName
{
border-color: #0892A1;
}
</style>