#07929F

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

Shades of Eastern Blue #07929F

Tints of Eastern Blue #07929F

Color information

#07929F (or 0x07929F) is unknown color: approx Eastern Blue. HEX triplet: 07, 92 and 9F. RGB value is (7,146,159). Sum of RGB (Red+Green+Blue) = 7+146+159=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #07929F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07929F is #F86D60. Grayscale: #696969. Windows color (decimal): -16280929 or 10457607. OLE color: 10457607.

HSL color Cylindrical-coordinate representation of color #07929F: hue angle of 185.13º 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 #07929F is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7146159-
CMYK0.960.0800.38
HSL185.13º91.57%32.55%-
HSV(B)185.13º95.6%62.35%-
XYZ16.6223.1136.38-
YUV105.92157.9557.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.24%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=2.24%
G=46.79%
B=50.96%

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
Decimal71461590.960.0800.38185.1391.5732.55
Hex7929F608026b95c21
Octal72222371401004627113441
Binary1111001001010011111110000010000100110101110011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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