#007C94

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

Shades of Eastern Blue #007C94

Tints of Eastern Blue #007C94

Color information

#007C94 (or 0x007C94) is unknown color: approx Eastern Blue. HEX triplet: 00, 7C and 94. RGB value is (0,124,148). Sum of RGB (Red+Green+Blue) = 0+124+148=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #007C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007C94 is #FF836B. Grayscale: #595959. Windows color (decimal): -16745324 or 9731072. OLE color: 9731072.

HSL color Cylindrical-coordinate representation of color #007C94: hue angle of 189.73º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C94 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB0124148-
CMYK10.1600.42
HSL189.73º100%29.02%-
HSV(B)189.73º100%58.04%-
XYZ12.5516.5530.55-
YUV89.66160.9264.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 124 (48.83% from 255) = 45.59%
BLUE value IS 148 (58.20% from 255) = 54.41%
R=0%
G=45.59%
B=54.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal012414810.1600.42189.7310029.02
Hex07C94641002Abe641d
Octal01742241442005227614435
Binary0111110010010100110010010000010101010111110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007C94; }

 p { color: rgb(0,124,148); }

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

<style>
 a { background-color: #007C94; }

 a { background-color: rgb(0,124,148); }

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

<style>
 span { border-color: #007C94; }

 span { border-color: rgb(0,124,148); }

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