#00939B

Color #00939B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #00939B

Tints of Eastern Blue #00939B

Color information

#00939B (or 0x00939B) is unknown color: approx 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

RGB0147155-
CMYK10.0500.39
HSL183.1º100%30.39%-
HSV(B)183.1º100%60.78%-
XYZ16.3523.2334.63-
YUV103.96156.853.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=0%
G=48.68%
B=51.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal014715510.0500.39183.110030.39
Hex0939B645027b7641e
Octal0223233144504726714436
Binary010010011100110111100100101010011110110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>