Html Css Color HEX #078398 Eastern Blue

📋 copy color: '#078398'

red 7 ◦ green 131 ◦ blue 152

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

Shades of Eastern Blue #078398

Tints of Eastern Blue #078398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.41%

R = 2.41%
G = 45.17%
B = 52.41%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#078398 (or 0x078398) is known color: Eastern Blue. HEX triplet: 07, 83 and 98. RGB value is (7,131,152). Sum of RGB (Red+Green+Blue) = 7+131+152=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #078398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078398 is #F87C67. Grayscale: #606060. Windows color (decimal): -16284776 or 9995015. OLE color: 9995015.

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

Color convert

RGB 7 131 152 -
CMYK 0.95 0.14 0 0.40
HSL 188.69º 0.91% 0.31% -
HSV(B) 188.69º 0.95% 0.6% -
XYZ 13.87 18.54 32.55 -
YUV 96.32 159.42 64.29 -
System Red Green Blue C M Y K H S L
Decimal 7 131 152 0.95 0.14 0 0.40 188.69 0.91 0.31
Hex 7 83 98 5F E 0 28 BD 5B 1F
Octal 7 203 230 137 16 0 50 275 133 37
Binary 111 10000011 10011000 1011111 1110 0 101000 10111101 1011011 11111

Color Harmonies of #078398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078398

Black with #078398

Text Example


Text Example

White with #078398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078398; }

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

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

background-color css

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

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

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

border-color css

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

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

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