Html Css Color HEX #078397 Eastern Blue

📋 copy color: '#078397'

red 7 ◦ green 131 ◦ blue 151

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

Shades of Eastern Blue #078397

Tints of Eastern Blue #078397

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.33%

 BLUE value IS 151 (59.38% from 255) = 52.25%

R = 2.42%
G = 45.33%
B = 52.25%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#078397 (or 0x078397) is known color: Eastern Blue. HEX triplet: 07, 83 and 97. RGB value is (7,131,151). Sum of RGB (Red+Green+Blue) = 7+131+151=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #078397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078397 is #F87C68. Grayscale: #5F5F5F. Windows color (decimal): -16284777 or 9929479. OLE color: 9929479.

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

Color convert

RGB 7 131 151 -
CMYK 0.95 0.13 0 0.41
HSL 188.33º 0.91% 0.31% -
HSV(B) 188.33º 0.95% 0.59% -
XYZ 13.79 18.51 32.12 -
YUV 96.2 158.92 64.37 -
System Red Green Blue C M Y K H S L
Decimal 7 131 151 0.95 0.13 0 0.41 188.33 0.91 0.31
Hex 7 83 97 5F D 0 29 BC 5B 1F
Octal 7 203 227 137 15 0 51 274 133 37
Binary 111 10000011 10010111 1011111 1101 0 101001 10111100 1011011 11111

Color Harmonies of #078397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078397

Black with #078397

Text Example


Text Example

White with #078397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078397; }

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

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

background-color css

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

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

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

border-color css

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

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

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