Html Css Color HEX #007F93 Eastern Blue

📋 copy color: '#007F93'

red 0 ◦ green 127 ◦ blue 147

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

Shades of Eastern Blue #007F93

Tints of Eastern Blue #007F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.65%

R = 0%
G = 46.35%
B = 53.65%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007F93 (or 0x007F93) is known color: Eastern Blue. HEX triplet: 00, 7F and 93. RGB value is (0,127,147). Sum of RGB (Red+Green+Blue) = 0+127+147=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #007F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007F93 is #FF806C. Grayscale: #5B5B5B. Windows color (decimal): -16744557 or 9666304. OLE color: 9666304.

HSL color Cylindrical-coordinate representation of color #007F93: hue angle of 188.16º 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 #007F93 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 127 147 -
CMYK 1 0.14 0 0.42
HSL 188.16º 1% 0.29% -
HSV(B) 188.16º 1% 0.58% -
XYZ 12.86 17.29 30.26 -
YUV 91.31 159.42 62.87 -
System Red Green Blue C M Y K H S L
Decimal 0 127 147 1 0.14 0 0.42 188.16 1 0.29
Hex 0 7F 93 64 E 0 2A BC 64 1D
Octal 0 177 223 144 16 0 52 274 144 35
Binary 0 1111111 10010011 1100100 1110 0 101010 10111100 1100100 11101

Color Harmonies of #007F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007F93

Black with #007F93

Text Example


Text Example

White with #007F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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