Shades of Eastern Blue #00939B
Tints of Eastern Blue #00939B
RGB
CMYK
RGB Variations
Color information
#00939B (or 0x00939B) is known color: Eastern Blue. HEX triplet: 00, 93 and 9B. RGB value is (0,147,155). Sum of RGB (Red+Green+Blue) = 0+147+155=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #00939B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00939B is #FF6C64. Grayscale: #676767. Windows color (decimal): -16739429 or 10195712. OLE color: 10195712.
HSL color Cylindrical-coordinate representation of color #00939B: hue angle of 183.1º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00939B is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 147 | 155 | - |
| CMYK | 1 | 0.05 | 0 | 0.39 |
| HSL | 183.1º | 1% | 0.3% | - |
| HSV(B) | 183.1º | 1% | 0.61% | - |
| XYZ | 16.35 | 23.23 | 34.63 | - |
| YUV | 103.96 | 156.8 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 155 | 1 | 0.05 | 0 | 0.39 | 183.1 | 1 | 0.3 |
| Hex | 0 | 93 | 9B | 64 | 5 | 0 | 27 | B7 | 64 | 1E |
| Octal | 0 | 223 | 233 | 144 | 5 | 0 | 47 | 267 | 144 | 36 |
| Binary | 0 | 10010011 | 10011011 | 1100100 | 101 | 0 | 100111 | 10110111 | 1100100 | 11110 |
Color Harmonies of #00939B
Complementary color
Monochromatic Colors of #00939B
Black with #00939B
Text Example
Text Example
White with #00939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00939B; }
p { color: rgb(0,147,155); }
H1.HeaderClassName
{
color: #00939B;
}
.AnyTagClassName
{
color: #00939B;
}
</style>
background-color css
<style>
a { background-color: #00939B; }
a { background-color: rgb(0,147,155); }
div.DivClassName
{
background-color: #00939B;
}
.BgClassName
{
background-color: #00939B;
}
</style>
border-color css
<style>
span { border-color: #00939B; }
span { border-color: rgb(0,147,155); }
td.TdClassName
{
border-color: #00939B;
}
.TagClassName
{
border-color: #00939B;
}
</style>