#07809F

Color #07809F Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #07809F

Tints of Eastern Blue #07809F

Color information

#07809F (or 0x07809F) is unknown color: approx Eastern Blue. HEX triplet: 07, 80 and 9F. RGB value is (7,128,159). Sum of RGB (Red+Green+Blue) = 7+128+159=294 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.38% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #07809F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07809F is #F87F60. Grayscale: #5F5F5F. Windows color (decimal): -16285537 or 10452999. OLE color: 10452999.

HSL color Cylindrical-coordinate representation of color #07809F: hue angle of 192.24º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07809F is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7128159-
CMYK0.960.1900.38
HSL192.24º91.57%32.55%-
HSV(B)192.24º95.6%62.35%-
XYZ14.0617.9935.53-
YUV95.36163.9164.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.38%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 159 (62.5% from 255) = 54.08%
R=2.38%
G=43.54%
B=54.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71281590.960.1900.38192.2491.5732.55
Hex7809F6013026c05c21
Octal72002371402304630013441
Binary11110000000100111111100000100110100110110000001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07809F;
 }
 .AnyTagClassName
 {
   color: #07809F;
 }
</style>
background-color css

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

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

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

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

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

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