#007F9F

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

Shades of Eastern Blue #007F9F

Tints of Eastern Blue #007F9F

Color information

#007F9F (or 0x007F9F) is unknown color: approx Eastern Blue. HEX triplet: 00, 7F and 9F. RGB value is (0,127,159). Sum of RGB (Red+Green+Blue) = 0+127+159=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #007F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F9F is #FF8060. Grayscale: #5C5C5C. Windows color (decimal): -16744545 or 10452736. OLE color: 10452736.

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

Color convert

RGB0127159-
CMYK10.2000.38
HSL192.08º100%31.18%-
HSV(B)192.08º100%62.35%-
XYZ13.8517.6835.48-
YUV92.68165.4261.9-

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.41%
BLUE value IS 159 (62.5% from 255) = 55.59%
R=0%
G=44.41%
B=55.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal012715910.2000.38192.0810031.18
Hex07F9F6414026c0641f
Octal01772371442404630014437
Binary0111111110011111110010010100010011011000000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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