Html Css Color HEX #007E92 Eastern Blue

📋 copy color: '#007E92'

red 0 ◦ green 126 ◦ blue 146

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

Shades of Eastern Blue #007E92

Tints of Eastern Blue #007E92

RGB

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

 GREEN value IS 126 (49.61% from 255) = 46.32%

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 0%
G = 46.32%
B = 53.68%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#007E92 (or 0x007E92) is known color: Eastern Blue. HEX triplet: 00, 7E and 92. RGB value is (0,126,146). Sum of RGB (Red+Green+Blue) = 0+126+146=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #007E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007E92 is #FF816D. Grayscale: #5A5A5A. Windows color (decimal): -16744814 or 9600512. OLE color: 9600512.

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

Color convert

RGB 0 126 146 -
CMYK 1 0.14 0 0.43
HSL 188.22º 1% 0.29% -
HSV(B) 188.22º 1% 0.57% -
XYZ 12.65 17 29.81 -
YUV 90.61 159.26 63.37 -
System Red Green Blue C M Y K H S L
Decimal 0 126 146 1 0.14 0 0.43 188.22 1 0.29
Hex 0 7E 92 64 E 0 2B BC 64 1D
Octal 0 176 222 144 16 0 53 274 144 35
Binary 0 1111110 10010010 1100100 1110 0 101011 10111100 1100100 11101

Color Harmonies of #007E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007E92

Black with #007E92

Text Example


Text Example

White with #007E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,126,146); }

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

background-color css

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

 a { background-color: rgb(0,126,146); }

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

border-color css

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

 span { border-color: rgb(0,126,146); }

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