#077EDE

Color #077EDE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #077EDE

Tints of Navy Blue #077EDE

Color information

#077EDE (or 0x077EDE) is unknown color: approx Navy Blue. HEX triplet: 07, 7E and DE. RGB value is (7,126,222). Sum of RGB (Red+Green+Blue) = 7+126+222=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #077EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077EDE is #F88121. Grayscale: #646464. Windows color (decimal): -16285986 or 14581255. OLE color: 14581255.

HSL color Cylindrical-coordinate representation of color #077EDE: hue angle of 206.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077EDE is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7126222-
CMYK0.970.4300.13
HSL206.79º93.89%44.9%-
HSV(B)206.79º96.85%87.06%-
XYZ20.7320.2471.92-
YUV101.36196.0860.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.97%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 222 (87.11% from 255) = 62.54%
R=1.97%
G=35.49%
B=62.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71262220.970.4300.13206.7993.8944.9
Hex77EDE612B0Dcf5e2d
Octal71763361415301531713655
Binary111111111011011110110000110101101101110011111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077EDE; }

 p { color: rgb(7,126,222); }

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

<style>
 a { background-color: #077EDE; }

 a { background-color: rgb(7,126,222); }

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

<style>
 span { border-color: #077EDE; }

 span { border-color: rgb(7,126,222); }

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