Html Css Color HEX #007F9F Eastern Blue

📋 copy color: '#007F9F'

red 0 ◦ green 127 ◦ blue 159

#007F9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #007F9F

Tints of Eastern Blue #007F9F

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 value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#007F9F (or 0x007F9F) is known color: 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

RGB 0 127 159 -
CMYK 1 0.20 0 0.38
HSL 192.08º 1% 0.31% -
HSV(B) 192.08º 1% 0.62% -
XYZ 13.85 17.68 35.48 -
YUV 92.68 165.42 61.9 -
System Red Green Blue C M Y K H S L
Decimal 0 127 159 1 0.20 0 0.38 192.08 1 0.31
Hex 0 7F 9F 64 14 0 26 C0 64 1F
Octal 0 177 237 144 24 0 46 300 144 37
Binary 0 1111111 10011111 1100100 10100 0 100110 11000000 1100100 11111

Color Harmonies of #007F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007F9F

Black with #007F9F

Text Example


Text Example

White with #007F9F

Text Example


Text Example

HTML Codes & Css Web 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>