Html Css Color HEX #077EDB Navy Blue

📋 copy color: '#077EDB'

red 7 ◦ green 126 ◦ blue 219

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

Shades of Navy Blue #077EDB

Tints of Navy Blue #077EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.8%

 BLUE value IS 219 (85.94% from 255) = 62.22%

R = 1.99%
G = 35.8%
B = 62.22%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#077EDB (or 0x077EDB) is known color: Navy Blue. HEX triplet: 07, 7E and DB. RGB value is (7,126,219). Sum of RGB (Red+Green+Blue) = 7+126+219=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #077EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077EDB is #F88124. Grayscale: #646464. Windows color (decimal): -16285989 or 14384647. OLE color: 14384647.

HSL color Cylindrical-coordinate representation of color #077EDB: hue angle of 206.32º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077EDB is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 126 219 -
CMYK 0.97 0.42 0 0.14
HSL 206.32º 0.94% 0.44% -
HSV(B) 206.32º 0.97% 0.86% -
XYZ 20.33 20.08 69.82 -
YUV 101.02 194.58 60.94 -
System Red Green Blue C M Y K H S L
Decimal 7 126 219 0.97 0.42 0 0.14 206.32 0.94 0.44
Hex 7 7E DB 61 2A 0 E CE 5E 2C
Octal 7 176 333 141 52 0 16 316 136 54
Binary 111 1111110 11011011 1100001 101010 0 1110 11001110 1011110 101100

Color Harmonies of #077EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077EDB

Black with #077EDB

Text Example


Text Example

White with #077EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #077EDB;
 }
 .AnyTagClassName
 {
   color: #077EDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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