#0772EA

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

Shades of Navy Blue #0772EA

Tints of Navy Blue #0772EA

Color information

#0772EA (or 0x0772EA) is unknown color: approx Navy Blue. HEX triplet: 07, 72 and EA. RGB value is (7,114,234). Sum of RGB (Red+Green+Blue) = 7+114+234=355 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #0772EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0772EA is #F88D15. Grayscale: #5F5F5F. Windows color (decimal): -16289046 or 15364615. OLE color: 15364615.

HSL color Cylindrical-coordinate representation of color #0772EA: hue angle of 211.72º 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 #0772EA is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7114234-
CMYK0.970.5100.08
HSL211.72º94.19%47.25%-
HSV(B)211.72º97.01%91.76%-
XYZ20.9618.0280.22-
YUV95.69206.0564.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.97%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 234 (91.80% from 255) = 65.92%
R=1.97%
G=32.11%
B=65.92%

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
Decimal71142340.970.5100.08211.7294.1947.25
Hex772EA613308d45e2f
Octal71623521416301032413657
Binary111111001011101010110000111001101000110101001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0772EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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