Html Css Color HEX #078499 Eastern Blue

📋 copy color: '#078499'

red 7 ◦ green 132 ◦ blue 153

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

Shades of Eastern Blue #078499

Tints of Eastern Blue #078499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.21%

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

R = 2.4%
G = 45.21%
B = 52.4%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#078499 (or 0x078499) is known color: Eastern Blue. HEX triplet: 07, 84 and 99. RGB value is (7,132,153). Sum of RGB (Red+Green+Blue) = 7+132+153=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #078499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078499 is #F87B66. Grayscale: #606060. Windows color (decimal): -16284519 or 10060807. OLE color: 10060807.

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

Color convert

RGB 7 132 153 -
CMYK 0.95 0.14 0 0.4
HSL 188.63º 0.91% 0.31% -
HSV(B) 188.63º 0.95% 0.6% -
XYZ 14.09 18.85 33.03 -
YUV 97.02 159.59 63.79 -
System Red Green Blue C M Y K H S L
Decimal 7 132 153 0.95 0.14 0 0.4 188.63 0.91 0.31
Hex 7 84 99 5F E 0 28 BD 5B 1F
Octal 7 204 231 137 16 0 50 275 133 37
Binary 111 10000100 10011001 1011111 1110 0 101000 10111101 1011011 11111

Color Harmonies of #078499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078499

Black with #078499

Text Example


Text Example

White with #078499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078499; }

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

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

background-color css

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

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

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

border-color css

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

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

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