#07929E

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

Shades of Eastern Blue #07929E

Tints of Eastern Blue #07929E

Color information

#07929E (or 0x07929E) is unknown color: approx Eastern Blue. HEX triplet: 07, 92 and 9E. RGB value is (7,146,158). Sum of RGB (Red+Green+Blue) = 7+146+158=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #07929E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07929E is #F86D61. Grayscale: #696969. Windows color (decimal): -16280930 or 10392071. OLE color: 10392071.

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

Color convert

RGB7146158-
CMYK0.960.0800.38
HSL184.77º91.52%32.35%-
HSV(B)184.77º95.57%61.96%-
XYZ16.5423.0735.93-
YUV105.81157.4557.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.25%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=2.25%
G=46.95%
B=50.80%

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
Decimal71461580.960.0800.38184.7791.5232.35
Hex7929E608026b95c20
Octal72222361401004627113440
Binary1111001001010011110110000010000100110101110011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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