#078297

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

Shades of Eastern Blue #078297

Tints of Eastern Blue #078297

Color information

#078297 (or 0x078297) is unknown color: approx Eastern Blue. HEX triplet: 07, 82 and 97. RGB value is (7,130,151). Sum of RGB (Red+Green+Blue) = 7+130+151=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #078297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078297 is #F87D68. Grayscale: #5F5F5F. Windows color (decimal): -16285033 or 9929223. OLE color: 9929223.

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

Color convert

RGB7130151-
CMYK0.950.1400.41
HSL188.75º91.14%30.98%-
HSV(B)188.75º95.36%59.22%-
XYZ13.6618.2432.08-
YUV95.62159.2564.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.43%
GREEN value IS 130 (51.17% from 255) = 45.14%
BLUE value IS 151 (59.38% from 255) = 52.43%
R=2.43%
G=45.14%
B=52.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71301510.950.1400.41188.7591.1430.98
Hex782975FE029bd5b1f
Octal72022271371605127513337
Binary111100000101001011110111111110010100110111101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078297; }

 p { color: rgb(7,130,151); }

 H1.HeaderClassName
 {
   color: #078297;
 }
 .AnyTagClassName
 {
   color: #078297;
 }
</style>
background-color css

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

 a { background-color: rgb(7,130,151); }

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

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

 span { border-color: rgb(7,130,151); }

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