#007F9C

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

Shades of Eastern Blue #007F9C

Tints of Eastern Blue #007F9C

Color information

#007F9C (or 0x007F9C) is unknown color: approx Eastern Blue. HEX triplet: 00, 7F and 9C. RGB value is (0,127,156). Sum of RGB (Red+Green+Blue) = 0+127+156=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #007F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F9C is #FF8063. Grayscale: #5C5C5C. Windows color (decimal): -16744548 or 10256128. OLE color: 10256128.

HSL color Cylindrical-coordinate representation of color #007F9C: hue angle of 191.15º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F9C is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB0127156-
CMYK10.1900.39
HSL191.15º100%30.59%-
HSV(B)191.15º100%61.18%-
XYZ13.5917.5834.13-
YUV92.33163.9262.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 127 (50% from 255) = 44.88%
BLUE value IS 156 (61.33% from 255) = 55.12%
R=0%
G=44.88%
B=55.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal012715610.1900.39191.1510030.59
Hex07F9C6413027bf641f
Octal01772341442304727714437
Binary0111111110011100110010010011010011110111111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,127,156); }

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

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

 a { background-color: rgb(0,127,156); }

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

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

 span { border-color: rgb(0,127,156); }

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