Shades of Eastern Blue #009299
Tints of Eastern Blue #009299
RGB
CMYK
RGB Variations
Color information
#009299 (or 0x009299) is known color: Eastern Blue. HEX triplet: 00, 92 and 99. RGB value is (0,146,153). Sum of RGB (Red+Green+Blue) = 0+146+153=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #009299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009299 is #FF6D66. Grayscale: #666666. Windows color (decimal): -16739687 or 10064384. OLE color: 10064384.
HSL color Cylindrical-coordinate representation of color #009299: hue angle of 182.75º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009299 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 146 | 153 | - |
| CMYK | 1 | 0.05 | 0 | 0.4 |
| HSL | 182.75º | 1% | 0.3% | - |
| HSV(B) | 182.75º | 1% | 0.6% | - |
| XYZ | 16.03 | 22.86 | 33.7 | - |
| YUV | 103.14 | 156.13 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 153 | 1 | 0.05 | 0 | 0.4 | 182.75 | 1 | 0.3 |
| Hex | 0 | 92 | 99 | 64 | 5 | 0 | 28 | B7 | 64 | 1E |
| Octal | 0 | 222 | 231 | 144 | 5 | 0 | 50 | 267 | 144 | 36 |
| Binary | 0 | 10010010 | 10011001 | 1100100 | 101 | 0 | 101000 | 10110111 | 1100100 | 11110 |
Color Harmonies of #009299
Complementary color
Monochromatic Colors of #009299
Black with #009299
Text Example
Text Example
White with #009299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009299; }
p { color: rgb(0,146,153); }
H1.HeaderClassName
{
color: #009299;
}
.AnyTagClassName
{
color: #009299;
}
</style>
background-color css
<style>
a { background-color: #009299; }
a { background-color: rgb(0,146,153); }
div.DivClassName
{
background-color: #009299;
}
.BgClassName
{
background-color: #009299;
}
</style>
border-color css
<style>
span { border-color: #009299; }
span { border-color: rgb(0,146,153); }
td.TdClassName
{
border-color: #009299;
}
.TagClassName
{
border-color: #009299;
}
</style>