Html Css Color HEX #007F91 Eastern Blue

📋 copy color: '#007F91'

red 0 ◦ green 127 ◦ blue 145

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

Shades of Eastern Blue #007F91

Tints of Eastern Blue #007F91

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 127 (50% from 255) = 46.69%

 BLUE value IS 145 (57.03% from 255) = 53.31%

R = 0%
G = 46.69%
B = 53.31%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#007F91 (or 0x007F91) is known color: Eastern Blue. HEX triplet: 00, 7F and 91. RGB value is (0,127,145). Sum of RGB (Red+Green+Blue) = 0+127+145=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #007F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F91 is #FF806E. Grayscale: #5A5A5A. Windows color (decimal): -16744559 or 9535232. OLE color: 9535232.

HSL color Cylindrical-coordinate representation of color #007F91: hue angle of 187.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F91 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 127 145 -
CMYK 1 0.12 0 0.43
HSL 187.45º 1% 0.28% -
HSV(B) 187.45º 1% 0.57% -
XYZ 12.7 17.22 29.44 -
YUV 91.08 158.42 63.04 -
System Red Green Blue C M Y K H S L
Decimal 0 127 145 1 0.12 0 0.43 187.45 1 0.28
Hex 0 7F 91 64 C 0 2B BB 64 1C
Octal 0 177 221 144 14 0 53 273 144 34
Binary 0 1111111 10010001 1100100 1100 0 101011 10111011 1100100 11100

Color Harmonies of #007F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007F91

Black with #007F91

Text Example


Text Example

White with #007F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #007F91;
 }
 .AnyTagClassName
 {
   color: #007F91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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