#07949E

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

Shades of Eastern Blue #07949E

Tints of Eastern Blue #07949E

Color information

#07949E (or 0x07949E) is unknown color: approx Eastern Blue. HEX triplet: 07, 94 and 9E. RGB value is (7,148,158). Sum of RGB (Red+Green+Blue) = 7+148+158=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #07949E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07949E is #F86B61. Grayscale: #6A6A6A. Windows color (decimal): -16280418 or 10392583. OLE color: 10392583.

HSL color Cylindrical-coordinate representation of color #07949E: hue angle of 183.97º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07949E is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7148158-
CMYK0.960.0600.38
HSL183.97º91.52%32.35%-
HSV(B)183.97º95.57%61.96%-
XYZ16.8523.6936.03-
YUV106.98156.7956.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.24%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=2.24%
G=47.28%
B=50.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71481580.960.0600.38183.9791.5232.35
Hex7949E606026b85c20
Octal7224236140604627013440
Binary111100101001001111011000001100100110101110001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07949E; }

 p { color: rgb(7,148,158); }

 H1.HeaderClassName
 {
   color: #07949E;
 }
 .AnyTagClassName
 {
   color: #07949E;
 }
</style>
background-color css

<style>
 a { background-color: #07949E; }

 a { background-color: rgb(7,148,158); }

 div.DivClassName
 {
   background-color: #07949E;
 }
 .BgClassName
 {
   background-color: #07949E;
 }
</style>
border-color css

<style>
 span { border-color: #07949E; }

 span { border-color: rgb(7,148,158); }

 td.TdClassName
 {
   border-color: #07949E;
 }
 .TagClassName
 {
   border-color: #07949E;
 }
</style>