Html Css Color HEX #078092 Eastern Blue

📋 copy color: '#078092'

red 7 ◦ green 128 ◦ blue 146

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

Shades of Eastern Blue #078092

Tints of Eastern Blue #078092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

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

R = 2.49%
G = 45.55%
B = 51.96%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#078092 (or 0x078092) is known color: Eastern Blue. HEX triplet: 07, 80 and 92. RGB value is (7,128,146). Sum of RGB (Red+Green+Blue) = 7+128+146=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #078092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078092 is #F87F6D. Grayscale: #5D5D5D. Windows color (decimal): -16285550 or 9601031. OLE color: 9601031.

HSL color Cylindrical-coordinate representation of color #078092: hue angle of 187.77º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078092 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 7 128 146 -
CMYK 0.95 0.12 0 0.43
HSL 187.77º 0.91% 0.3% -
HSV(B) 187.77º 0.95% 0.57% -
XYZ 13 17.56 29.9 -
YUV 93.87 157.41 66.04 -
System Red Green Blue C M Y K H S L
Decimal 7 128 146 0.95 0.12 0 0.43 187.77 0.91 0.3
Hex 7 80 92 5F C 0 2B BC 5B 1E
Octal 7 200 222 137 14 0 53 274 133 36
Binary 111 10000000 10010010 1011111 1100 0 101011 10111100 1011011 11110

Color Harmonies of #078092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078092

Black with #078092

Text Example


Text Example

White with #078092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078092; }

 p { color: rgb(7,128,146); }

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

background-color css

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

 a { background-color: rgb(7,128,146); }

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

border-color css

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

 span { border-color: rgb(7,128,146); }

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