Html Css Color HEX #077FDA Navy Blue

📋 copy color: '#077FDA'

red 7 ◦ green 127 ◦ blue 218

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

Shades of Navy Blue #077FDA

Tints of Navy Blue #077FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 36.08%

 BLUE value IS 218 (85.55% from 255) = 61.93%

R = 1.99%
G = 36.08%
B = 61.93%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#077FDA (or 0x077FDA) is known color: Navy Blue. HEX triplet: 07, 7F and DA. RGB value is (7,127,218). Sum of RGB (Red+Green+Blue) = 7+127+218=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #077FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FDA is #F88025. Grayscale: #656565. Windows color (decimal): -16285734 or 14319367. OLE color: 14319367.

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

Color convert

RGB 7 127 218 -
CMYK 0.97 0.42 0 0.15
HSL 205.88º 0.94% 0.44% -
HSV(B) 205.88º 0.97% 0.85% -
XYZ 20.33 20.29 69.17 -
YUV 101.49 193.74 60.6 -
System Red Green Blue C M Y K H S L
Decimal 7 127 218 0.97 0.42 0 0.15 205.88 0.94 0.44
Hex 7 7F DA 61 2A 0 F CE 5E 2C
Octal 7 177 332 141 52 0 17 316 136 54
Binary 111 1111111 11011010 1100001 101010 0 1111 11001110 1011110 101100

Color Harmonies of #077FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077FDA

Black with #077FDA

Text Example


Text Example

White with #077FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,127,218); }

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

background-color css

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

 a { background-color: rgb(7,127,218); }

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

border-color css

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

 span { border-color: rgb(7,127,218); }

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