#078092

Color #078092 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #078092

Tints of Eastern Blue #078092

Color information

#078092 (or 0x078092) is unknown color: approx 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

RGB7128146-
CMYK0.950.1200.43
HSL187.77º90.85%30%-
HSV(B)187.77º95.21%57.25%-
XYZ1317.5629.9-
YUV93.87157.4166.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71281460.950.1200.43187.7790.8530
Hex780925FC02Bbc5b1e
Octal72002221371405327413336
Binary111100000001001001010111111100010101110111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>