#0773EA

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

Shades of Navy Blue #0773EA

Tints of Navy Blue #0773EA

Color information

#0773EA (or 0x0773EA) is unknown color: approx Navy Blue. HEX triplet: 07, 73 and EA. RGB value is (7,115,234). Sum of RGB (Red+Green+Blue) = 7+115+234=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #0773EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0773EA is #F88C15. Grayscale: #5F5F5F. Windows color (decimal): -16288790 or 15364871. OLE color: 15364871.

HSL color Cylindrical-coordinate representation of color #0773EA: hue angle of 211.45º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0773EA is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7115234-
CMYK0.970.5100.08
HSL211.45º94.19%47.25%-
HSV(B)211.45º97.01%91.76%-
XYZ21.0718.2580.25-
YUV96.27205.7264.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.97%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 234 (91.80% from 255) = 65.73%
R=1.97%
G=32.30%
B=65.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal71152340.970.5100.08211.4594.1947.25
Hex773EA613308d35e2f
Octal71633521416301032313657
Binary111111001111101010110000111001101000110100111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0773EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0773EA; }

 p { color: rgb(7,115,234); }

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

<style>
 a { background-color: #0773EA; }

 a { background-color: rgb(7,115,234); }

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

<style>
 span { border-color: #0773EA; }

 span { border-color: rgb(7,115,234); }

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