Shades of Eastern Blue #00929C
Tints of Eastern Blue #00929C
RGB
CMYK
RGB Variations
Color information
#00929C (or 0x00929C) is known color: Eastern Blue. HEX triplet: 00, 92 and 9C. RGB value is (0,146,156). Sum of RGB (Red+Green+Blue) = 0+146+156=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #00929C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00929C is #FF6D63. Grayscale: #676767. Windows color (decimal): -16739684 or 10260992. OLE color: 10260992.
HSL color Cylindrical-coordinate representation of color #00929C: hue angle of 183.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00929C is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 146 | 156 | - |
| CMYK | 1 | 0.06 | 0 | 0.39 |
| HSL | 183.85º | 1% | 0.31% | - |
| HSV(B) | 183.85º | 1% | 0.61% | - |
| XYZ | 16.28 | 22.96 | 35.03 | - |
| YUV | 103.49 | 157.63 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 156 | 1 | 0.06 | 0 | 0.39 | 183.85 | 1 | 0.31 |
| Hex | 0 | 92 | 9C | 64 | 6 | 0 | 27 | B8 | 64 | 1F |
| Octal | 0 | 222 | 234 | 144 | 6 | 0 | 47 | 270 | 144 | 37 |
| Binary | 0 | 10010010 | 10011100 | 1100100 | 110 | 0 | 100111 | 10111000 | 1100100 | 11111 |
Color Harmonies of #00929C
Complementary color
Monochromatic Colors of #00929C
Black with #00929C
Text Example
Text Example
White with #00929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00929C; }
p { color: rgb(0,146,156); }
H1.HeaderClassName
{
color: #00929C;
}
.AnyTagClassName
{
color: #00929C;
}
</style>
background-color css
<style>
a { background-color: #00929C; }
a { background-color: rgb(0,146,156); }
div.DivClassName
{
background-color: #00929C;
}
.BgClassName
{
background-color: #00929C;
}
</style>
border-color css
<style>
span { border-color: #00929C; }
span { border-color: rgb(0,146,156); }
td.TdClassName
{
border-color: #00929C;
}
.TagClassName
{
border-color: #00929C;
}
</style>