Html Css Color HEX #07809A Eastern Blue

📋 copy color: '#07809A'

red 7 ◦ green 128 ◦ blue 154

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

Shades of Eastern Blue #07809A

Tints of Eastern Blue #07809A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 53.29%

R = 2.42%
G = 44.29%
B = 53.29%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#07809A (or 0x07809A) is known color: Eastern Blue. HEX triplet: 07, 80 and 9A. RGB value is (7,128,154). Sum of RGB (Red+Green+Blue) = 7+128+154=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #07809A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07809A is #F87F65. Grayscale: #5E5E5E. Windows color (decimal): -16285542 or 10125319. OLE color: 10125319.

HSL color Cylindrical-coordinate representation of color #07809A: hue angle of 190.61º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07809A is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 7 128 154 -
CMYK 0.95 0.17 0 0.40
HSL 190.61º 0.91% 0.32% -
HSV(B) 190.61º 0.95% 0.6% -
XYZ 13.64 17.82 33.29 -
YUV 94.79 161.41 65.39 -
System Red Green Blue C M Y K H S L
Decimal 7 128 154 0.95 0.17 0 0.40 190.61 0.91 0.32
Hex 7 80 9A 5F 11 0 28 BF 5B 20
Octal 7 200 232 137 21 0 50 277 133 40
Binary 111 10000000 10011010 1011111 10001 0 101000 10111111 1011011 100000

Color Harmonies of #07809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07809A

Black with #07809A

Text Example


Text Example

White with #07809A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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