Html Css Color HEX #079199 Eastern Blue

📋 copy color: '#079199'

red 7 ◦ green 145 ◦ blue 153

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

Shades of Eastern Blue #079199

Tints of Eastern Blue #079199

RGB

 RED value IS 7 (3.13% from 255) = 2.3%

 GREEN value IS 145 (57.03% from 255) = 47.54%

 BLUE value IS 153 (60.16% from 255) = 50.16%

R = 2.3%
G = 47.54%
B = 50.16%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#079199 (or 0x079199) is known color: Eastern Blue. HEX triplet: 07, 91 and 99. RGB value is (7,145,153). Sum of RGB (Red+Green+Blue) = 7+145+153=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #079199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079199 is #F86E66. Grayscale: #686868. Windows color (decimal): -16281191 or 10064135. OLE color: 10064135.

HSL color Cylindrical-coordinate representation of color #079199: hue angle of 183.29º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079199 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 145 153 -
CMYK 0.95 0.05 0 0.4
HSL 183.29º 0.91% 0.31% -
HSV(B) 183.29º 0.95% 0.6% -
XYZ 15.96 22.6 33.66 -
YUV 104.65 155.28 58.35 -
System Red Green Blue C M Y K H S L
Decimal 7 145 153 0.95 0.05 0 0.4 183.29 0.91 0.31
Hex 7 91 99 5F 5 0 28 B7 5B 1F
Octal 7 221 231 137 5 0 50 267 133 37
Binary 111 10010001 10011001 1011111 101 0 101000 10110111 1011011 11111

Color Harmonies of #079199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079199

Black with #079199

Text Example


Text Example

White with #079199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079199; }

 p { color: rgb(7,145,153); }

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

background-color css

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

 a { background-color: rgb(7,145,153); }

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

border-color css

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

 span { border-color: rgb(7,145,153); }

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