Html Css Color HEX #078593 Eastern Blue

📋 copy color: '#078593'

red 7 ◦ green 133 ◦ blue 147

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

Shades of Eastern Blue #078593

Tints of Eastern Blue #078593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

 BLUE value IS 147 (57.81% from 255) = 51.22%

R = 2.44%
G = 46.34%
B = 51.22%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#078593 (or 0x078593) is known color: Eastern Blue. HEX triplet: 07, 85 and 93. RGB value is (7,133,147). Sum of RGB (Red+Green+Blue) = 7+133+147=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #078593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078593 is #F87A6C. Grayscale: #606060. Windows color (decimal): -16284269 or 9667847. OLE color: 9667847.

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

Color convert

RGB 7 133 147 -
CMYK 0.95 0.10 0 0.42
HSL 186º 0.91% 0.3% -
HSV(B) 186º 0.95% 0.58% -
XYZ 13.74 18.93 30.53 -
YUV 96.92 156.26 63.86 -
System Red Green Blue C M Y K H S L
Decimal 7 133 147 0.95 0.10 0 0.42 186 0.91 0.3
Hex 7 85 93 5F A 0 2A BA 5B 1E
Octal 7 205 223 137 12 0 52 272 133 36
Binary 111 10000101 10010011 1011111 1010 0 101010 10111010 1011011 11110

Color Harmonies of #078593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078593

Black with #078593

Text Example


Text Example

White with #078593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078593; }

 p { color: rgb(7,133,147); }

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

background-color css

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

 a { background-color: rgb(7,133,147); }

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

border-color css

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

 span { border-color: rgb(7,133,147); }

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