Shades of Eastern Blue #00949F
Tints of Eastern Blue #00949F
RGB
CMYK
RGB Variations
Color information
#00949F (or 0x00949F) is known color: Eastern Blue. HEX triplet: 00, 94 and 9F. RGB value is (0,148,159). Sum of RGB (Red+Green+Blue) = 0+148+159=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #00949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00949F is #FF6B60. Grayscale: #686868. Windows color (decimal): -16739169 or 10458112. OLE color: 10458112.
HSL color Cylindrical-coordinate representation of color #00949F: hue angle of 184.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00949F is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 148 | 159 | - |
| CMYK | 1 | 0.07 | 0 | 0.38 |
| HSL | 184.15º | 1% | 0.31% | - |
| HSV(B) | 184.15º | 1% | 0.62% | - |
| XYZ | 16.85 | 23.68 | 36.48 | - |
| YUV | 105 | 158.47 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 159 | 1 | 0.07 | 0 | 0.38 | 184.15 | 1 | 0.31 |
| Hex | 0 | 94 | 9F | 64 | 7 | 0 | 26 | B8 | 64 | 1F |
| Octal | 0 | 224 | 237 | 144 | 7 | 0 | 46 | 270 | 144 | 37 |
| Binary | 0 | 10010100 | 10011111 | 1100100 | 111 | 0 | 100110 | 10111000 | 1100100 | 11111 |
Color Harmonies of #00949F
Complementary color
Monochromatic Colors of #00949F
Black with #00949F
Text Example
Text Example
White with #00949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00949F; }
p { color: rgb(0,148,159); }
H1.HeaderClassName
{
color: #00949F;
}
.AnyTagClassName
{
color: #00949F;
}
</style>
background-color css
<style>
a { background-color: #00949F; }
a { background-color: rgb(0,148,159); }
div.DivClassName
{
background-color: #00949F;
}
.BgClassName
{
background-color: #00949F;
}
</style>
border-color css
<style>
span { border-color: #00949F; }
span { border-color: rgb(0,148,159); }
td.TdClassName
{
border-color: #00949F;
}
.TagClassName
{
border-color: #00949F;
}
</style>