Shades of Eastern Blue #0092A4
Tints of Eastern Blue #0092A4
RGB
CMYK
RGB Variations
Color information
#0092A4 (or 0x0092A4) is known color: Eastern Blue. HEX triplet: 00, 92 and A4. RGB value is (0,146,164). Sum of RGB (Red+Green+Blue) = 0+146+164=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #0092A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0092A4 is #FF6D5B. Grayscale: #686868. Windows color (decimal): -16739676 or 10785280. OLE color: 10785280.
HSL color Cylindrical-coordinate representation of color #0092A4: hue angle of 186.59º 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 #0092A4 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 146 | 164 | - |
| CMYK | 1 | 0.11 | 0 | 0.36 |
| HSL | 186.59º | 1% | 0.32% | - |
| HSV(B) | 186.59º | 1% | 0.64% | - |
| XYZ | 16.98 | 23.24 | 38.71 | - |
| YUV | 104.4 | 161.63 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 164 | 1 | 0.11 | 0 | 0.36 | 186.59 | 1 | 0.32 |
| Hex | 0 | 92 | A4 | 64 | B | 0 | 24 | BB | 64 | 20 |
| Octal | 0 | 222 | 244 | 144 | 13 | 0 | 44 | 273 | 144 | 40 |
| Binary | 0 | 10010010 | 10100100 | 1100100 | 1011 | 0 | 100100 | 10111011 | 1100100 | 100000 |
Color Harmonies of #0092A4
Complementary color
Monochromatic Colors of #0092A4
Black with #0092A4
Text Example
Text Example
White with #0092A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0092A4; }
p { color: rgb(0,146,164); }
H1.HeaderClassName
{
color: #0092A4;
}
.AnyTagClassName
{
color: #0092A4;
}
</style>
background-color css
<style>
a { background-color: #0092A4; }
a { background-color: rgb(0,146,164); }
div.DivClassName
{
background-color: #0092A4;
}
.BgClassName
{
background-color: #0092A4;
}
</style>
border-color css
<style>
span { border-color: #0092A4; }
span { border-color: rgb(0,146,164); }
td.TdClassName
{
border-color: #0092A4;
}
.TagClassName
{
border-color: #0092A4;
}
</style>