Html Css Color HEX #0772EA Navy Blue

📋 copy color: '#0772EA'

red 7 ◦ green 114 ◦ blue 234

#0772EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0772EA

Tints of Navy Blue #0772EA

RGB

 RED value IS 7 (3.13% from 255) = 1.97%

 GREEN value IS 114 (44.92% from 255) = 32.11%

 BLUE value IS 234 (91.8% from 255) = 65.92%

R = 1.97%
G = 32.11%
B = 65.92%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0772EA (or 0x0772EA) is known color: 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

RGB 7 114 234 -
CMYK 0.97 0.51 0 0.08
HSL 211.72º 0.94% 0.47% -
HSV(B) 211.72º 0.97% 0.92% -
XYZ 20.96 18.02 80.22 -
YUV 95.69 206.05 64.74 -
System Red Green Blue C M Y K H S L
Decimal 7 114 234 0.97 0.51 0 0.08 211.72 0.94 0.47
Hex 7 72 EA 61 33 0 8 D4 5E 2F
Octal 7 162 352 141 63 0 10 324 136 57
Binary 111 1110010 11101010 1100001 110011 0 1000 11010100 1011110 101111

Color Harmonies of #0772EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0772EA

Black with #0772EA

Text Example


Text Example

White with #0772EA

Text Example


Text Example

HTML Codes & Css Web 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>