Html Css Color HEX #0779EB Navy Blue

📋 copy color: '#0779EB'

red 7 ◦ green 121 ◦ blue 235

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

Shades of Navy Blue #0779EB

Tints of Navy Blue #0779EB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

 BLUE value IS 235 (92.19% from 255) = 64.74%

R = 1.93%
G = 33.33%
B = 64.74%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0779EB (or 0x0779EB) is known color: Navy Blue. HEX triplet: 07, 79 and EB. RGB value is (7,121,235). Sum of RGB (Red+Green+Blue) = 7+121+235=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #0779EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0779EB is #F88614. Grayscale: #636363. Windows color (decimal): -16287253 or 15431943. OLE color: 15431943.

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

Color convert

RGB 7 121 235 -
CMYK 0.97 0.49 0 0.08
HSL 210º 0.94% 0.47% -
HSV(B) 210º 0.97% 0.92% -
XYZ 21.92 19.72 81.25 -
YUV 99.91 204.23 61.73 -
System Red Green Blue C M Y K H S L
Decimal 7 121 235 0.97 0.49 0 0.08 210 0.94 0.47
Hex 7 79 EB 61 31 0 8 D2 5E 2F
Octal 7 171 353 141 61 0 10 322 136 57
Binary 111 1111001 11101011 1100001 110001 0 1000 11010010 1011110 101111

Color Harmonies of #0779EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0779EB

Black with #0779EB

Text Example


Text Example

White with #0779EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0779EB; }

 p { color: rgb(7,121,235); }

 H1.HeaderClassName
 {
   color: #0779EB;
 }
 .AnyTagClassName
 {
   color: #0779EB;
 }
</style>

background-color css

<style>
 a { background-color: #0779EB; }

 a { background-color: rgb(7,121,235); }

 div.DivClassName
 {
   background-color: #0779EB;
 }
 .BgClassName
 {
   background-color: #0779EB;
 }
</style>

border-color css

<style>
 span { border-color: #0779EB; }

 span { border-color: rgb(7,121,235); }

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