Shades of Eastern Blue #0092A3
Tints of Eastern Blue #0092A3
RGB
CMYK
RGB Variations
Color information
#0092A3 (or 0x0092A3) is known color: Eastern Blue. HEX triplet: 00, 92 and A3. RGB value is (0,146,163). Sum of RGB (Red+Green+Blue) = 0+146+163=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 163 (64.06% from 255 or 52.75% from 309); Max value from RGB is 163 - color contains mainly: blue. Hex color #0092A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0092A3 is #FF6D5C. Grayscale: #686868. Windows color (decimal): -16739677 or 10719744. OLE color: 10719744.
HSL color Cylindrical-coordinate representation of color #0092A3: hue angle of 186.26º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092A3 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 146 | 163 | - |
| CMYK | 1 | 0.10 | 0 | 0.36 |
| HSL | 186.26º | 1% | 0.32% | - |
| HSV(B) | 186.26º | 1% | 0.64% | - |
| XYZ | 16.89 | 23.2 | 38.24 | - |
| YUV | 104.28 | 161.13 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 163 | 1 | 0.10 | 0 | 0.36 | 186.26 | 1 | 0.32 |
| Hex | 0 | 92 | A3 | 64 | A | 0 | 24 | BA | 64 | 20 |
| Octal | 0 | 222 | 243 | 144 | 12 | 0 | 44 | 272 | 144 | 40 |
| Binary | 0 | 10010010 | 10100011 | 1100100 | 1010 | 0 | 100100 | 10111010 | 1100100 | 100000 |
Color Harmonies of #0092A3
Complementary color
Monochromatic Colors of #0092A3
Black with #0092A3
Text Example
Text Example
White with #0092A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0092A3; }
p { color: rgb(0,146,163); }
H1.HeaderClassName
{
color: #0092A3;
}
.AnyTagClassName
{
color: #0092A3;
}
</style>
background-color css
<style>
a { background-color: #0092A3; }
a { background-color: rgb(0,146,163); }
div.DivClassName
{
background-color: #0092A3;
}
.BgClassName
{
background-color: #0092A3;
}
</style>
border-color css
<style>
span { border-color: #0092A3; }
span { border-color: rgb(0,146,163); }
td.TdClassName
{
border-color: #0092A3;
}
.TagClassName
{
border-color: #0092A3;
}
</style>