Html Css Color HEX #077EDF Navy Blue

📋 copy color: '#077EDF'

red 7 ◦ green 126 ◦ blue 223

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

Shades of Navy Blue #077EDF

Tints of Navy Blue #077EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 1.97%
G = 35.39%
B = 62.64%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#077EDF (or 0x077EDF) is known color: Navy Blue. HEX triplet: 07, 7E and DF. RGB value is (7,126,223). Sum of RGB (Red+Green+Blue) = 7+126+223=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #077EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077EDF is #F88120. Grayscale: #646464. Windows color (decimal): -16285985 or 14646791. OLE color: 14646791.

HSL color Cylindrical-coordinate representation of color #077EDF: hue angle of 206.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077EDF is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 126 223 -
CMYK 0.97 0.43 0 0.13
HSL 206.94º 0.94% 0.45% -
HSV(B) 206.94º 0.97% 0.87% -
XYZ 20.87 20.29 72.63 -
YUV 101.48 196.58 60.61 -
System Red Green Blue C M Y K H S L
Decimal 7 126 223 0.97 0.43 0 0.13 206.94 0.94 0.45
Hex 7 7E DF 61 2B 0 D CF 5E 2D
Octal 7 176 337 141 53 0 15 317 136 55
Binary 111 1111110 11011111 1100001 101011 0 1101 11001111 1011110 101101

Color Harmonies of #077EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077EDF

Black with #077EDF

Text Example


Text Example

White with #077EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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