Html Css Color HEX #077DDC Navy Blue

📋 copy color: '#077DDC'

red 7 ◦ green 125 ◦ blue 220

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

Shades of Navy Blue #077DDC

Tints of Navy Blue #077DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

 BLUE value IS 220 (86.33% from 255) = 62.5%

R = 1.99%
G = 35.51%
B = 62.5%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#077DDC (or 0x077DDC) is known color: Navy Blue. HEX triplet: 07, 7D and DC. RGB value is (7,125,220). Sum of RGB (Red+Green+Blue) = 7+125+220=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #077DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DDC is #F88223. Grayscale: #646464. Windows color (decimal): -16286244 or 14449927. OLE color: 14449927.

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

Color convert

RGB 7 125 220 -
CMYK 0.97 0.43 0 0.14
HSL 206.76º 0.94% 0.45% -
HSV(B) 206.76º 0.97% 0.86% -
XYZ 20.34 19.88 70.48 -
YUV 100.55 195.41 61.28 -
System Red Green Blue C M Y K H S L
Decimal 7 125 220 0.97 0.43 0 0.14 206.76 0.94 0.45
Hex 7 7D DC 61 2B 0 E CF 5E 2D
Octal 7 175 334 141 53 0 16 317 136 55
Binary 111 1111101 11011100 1100001 101011 0 1110 11001111 1011110 101101

Color Harmonies of #077DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077DDC

Black with #077DDC

Text Example


Text Example

White with #077DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,125,220); }

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

background-color css

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

 a { background-color: rgb(7,125,220); }

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

border-color css

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

 span { border-color: rgb(7,125,220); }

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