Html Css Color HEX #07809C Eastern Blue

📋 copy color: '#07809C'

red 7 ◦ green 128 ◦ blue 156

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

Shades of Eastern Blue #07809C

Tints of Eastern Blue #07809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.99%

 BLUE value IS 156 (61.33% from 255) = 53.61%

R = 2.41%
G = 43.99%
B = 53.61%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07809C (or 0x07809C) is known color: Eastern Blue. HEX triplet: 07, 80 and 9C. RGB value is (7,128,156). Sum of RGB (Red+Green+Blue) = 7+128+156=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #07809C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07809C is #F87F63. Grayscale: #5E5E5E. Windows color (decimal): -16285540 or 10256391. OLE color: 10256391.

HSL color Cylindrical-coordinate representation of color #07809C: hue angle of 191.28º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07809C is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 128 156 -
CMYK 0.96 0.18 0 0.39
HSL 191.28º 0.91% 0.32% -
HSV(B) 191.28º 0.96% 0.61% -
XYZ 13.81 17.88 34.18 -
YUV 95.01 162.41 65.22 -
System Red Green Blue C M Y K H S L
Decimal 7 128 156 0.96 0.18 0 0.39 191.28 0.91 0.32
Hex 7 80 9C 60 12 0 27 BF 5B 20
Octal 7 200 234 140 22 0 47 277 133 40
Binary 111 10000000 10011100 1100000 10010 0 100111 10111111 1011011 100000

Color Harmonies of #07809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07809C

Black with #07809C

Text Example


Text Example

White with #07809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07809C; }

 p { color: rgb(7,128,156); }

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

background-color css

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

 a { background-color: rgb(7,128,156); }

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

border-color css

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

 span { border-color: rgb(7,128,156); }

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