#07919D

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

Shades of Eastern Blue #07919D

Tints of Eastern Blue #07919D

Color information

#07919D (or 0x07919D) is unknown color: approx Eastern Blue. HEX triplet: 07, 91 and 9D. RGB value is (7,145,157). Sum of RGB (Red+Green+Blue) = 7+145+157=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #07919D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07919D is #F86E62. Grayscale: #686868. Windows color (decimal): -16281187 or 10326279. OLE color: 10326279.

HSL color Cylindrical-coordinate representation of color #07919D: hue angle of 184.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07919D is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7145157-
CMYK0.960.0800.38
HSL184.8º91.46%32.16%-
HSV(B)184.8º95.54%61.57%-
XYZ16.322.7335.43-
YUV105.11157.2858.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.27%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 157 (61.72% from 255) = 50.81%
R=2.27%
G=46.93%
B=50.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71451570.960.0800.38184.891.4632.16
Hex7919D608026b95b20
Octal72212351401004627113340
Binary1111001000110011101110000010000100110101110011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07919D; }

 p { color: rgb(7,145,157); }

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

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

 a { background-color: rgb(7,145,157); }

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

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

 span { border-color: rgb(7,145,157); }

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