Shades of Eastern Blue #00949C
Tints of Eastern Blue #00949C
RGB
CMYK
RGB Variations
Color information
#00949C (or 0x00949C) is known color: Eastern Blue. HEX triplet: 00, 94 and 9C. RGB value is (0,148,156). Sum of RGB (Red+Green+Blue) = 0+148+156=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #00949C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00949C is #FF6B63. Grayscale: #686868. Windows color (decimal): -16739172 or 10261504. OLE color: 10261504.
HSL color Cylindrical-coordinate representation of color #00949C: hue angle of 183.08º 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 #00949C is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 148 | 156 | - |
| CMYK | 1 | 0.05 | 0 | 0.39 |
| HSL | 183.08º | 1% | 0.31% | - |
| HSV(B) | 183.08º | 1% | 0.61% | - |
| XYZ | 16.59 | 23.58 | 35.13 | - |
| YUV | 104.66 | 156.97 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 156 | 1 | 0.05 | 0 | 0.39 | 183.08 | 1 | 0.31 |
| Hex | 0 | 94 | 9C | 64 | 5 | 0 | 27 | B7 | 64 | 1F |
| Octal | 0 | 224 | 234 | 144 | 5 | 0 | 47 | 267 | 144 | 37 |
| Binary | 0 | 10010100 | 10011100 | 1100100 | 101 | 0 | 100111 | 10110111 | 1100100 | 11111 |
Color Harmonies of #00949C
Complementary color
Monochromatic Colors of #00949C
Black with #00949C
Text Example
Text Example
White with #00949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00949C; }
p { color: rgb(0,148,156); }
H1.HeaderClassName
{
color: #00949C;
}
.AnyTagClassName
{
color: #00949C;
}
</style>
background-color css
<style>
a { background-color: #00949C; }
a { background-color: rgb(0,148,156); }
div.DivClassName
{
background-color: #00949C;
}
.BgClassName
{
background-color: #00949C;
}
</style>
border-color css
<style>
span { border-color: #00949C; }
span { border-color: rgb(0,148,156); }
td.TdClassName
{
border-color: #00949C;
}
.TagClassName
{
border-color: #00949C;
}
</style>