Html Css Color HEX #007793 Eastern Blue

📋 copy color: '#007793'

red 0 ◦ green 119 ◦ blue 147

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

Shades of Eastern Blue #007793

Tints of Eastern Blue #007793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.74%

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

R = 0%
G = 44.74%
B = 55.26%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007793 (or 0x007793) is known color: Eastern Blue. HEX triplet: 00, 77 and 93. RGB value is (0,119,147). Sum of RGB (Red+Green+Blue) = 0+119+147=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #007793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007793 is #FF886C. Grayscale: #565656. Windows color (decimal): -16746605 or 9664256. OLE color: 9664256.

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

Color convert

RGB 0 119 147 -
CMYK 1 0.19 0 0.42
HSL 191.43º 1% 0.29% -
HSV(B) 191.43º 1% 0.58% -
XYZ 11.86 15.3 29.93 -
YUV 86.61 162.08 66.22 -
System Red Green Blue C M Y K H S L
Decimal 0 119 147 1 0.19 0 0.42 191.43 1 0.29
Hex 0 77 93 64 13 0 2A BF 64 1D
Octal 0 167 223 144 23 0 52 277 144 35
Binary 0 1110111 10010011 1100100 10011 0 101010 10111111 1100100 11101

Color Harmonies of #007793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007793

Black with #007793

Text Example


Text Example

White with #007793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007793; }

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

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

background-color css

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

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

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

border-color css

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

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

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