Html Css Color HEX #078199 Eastern Blue

📋 copy color: '#078199'

red 7 ◦ green 129 ◦ blue 153

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

Shades of Eastern Blue #078199

Tints of Eastern Blue #078199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.64%

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

R = 2.42%
G = 44.64%
B = 52.94%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#078199 (or 0x078199) is known color: Eastern Blue. HEX triplet: 07, 81 and 99. RGB value is (7,129,153). Sum of RGB (Red+Green+Blue) = 7+129+153=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #078199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078199 is #F87E66. Grayscale: #5F5F5F. Windows color (decimal): -16285287 or 10060039. OLE color: 10060039.

HSL color Cylindrical-coordinate representation of color #078199: hue angle of 189.86º 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 #078199 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 129 153 -
CMYK 0.95 0.16 0 0.4
HSL 189.86º 0.91% 0.31% -
HSV(B) 189.86º 0.95% 0.6% -
XYZ 13.69 18.05 32.9 -
YUV 95.26 160.58 65.05 -
System Red Green Blue C M Y K H S L
Decimal 7 129 153 0.95 0.16 0 0.4 189.86 0.91 0.31
Hex 7 81 99 5F 10 0 28 BE 5B 1F
Octal 7 201 231 137 20 0 50 276 133 37
Binary 111 10000001 10011001 1011111 10000 0 101000 10111110 1011011 11111

Color Harmonies of #078199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078199

Black with #078199

Text Example


Text Example

White with #078199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078199; }

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

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

background-color css

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

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

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

border-color css

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

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

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