Html Css Color HEX #077DDD Navy Blue

📋 copy color: '#077DDD'

red 7 ◦ green 125 ◦ blue 221

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

Shades of Navy Blue #077DDD

Tints of Navy Blue #077DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.61%

R = 1.98%
G = 35.41%
B = 62.61%

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

#077DDD (or 0x077DDD) is known color: Navy Blue. HEX triplet: 07, 7D and DD. RGB value is (7,125,221). Sum of RGB (Red+Green+Blue) = 7+125+221=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #077DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077DDD is #F88222. Grayscale: #646464. Windows color (decimal): -16286243 or 14515463. OLE color: 14515463.

HSL color Cylindrical-coordinate representation of color #077DDD: hue angle of 206.92º 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 #077DDD is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 125 221 -
CMYK 0.97 0.43 0 0.13
HSL 206.92º 0.94% 0.45% -
HSV(B) 206.92º 0.97% 0.87% -
XYZ 20.47 19.93 71.18 -
YUV 100.66 195.91 61.19 -
System Red Green Blue C M Y K H S L
Decimal 7 125 221 0.97 0.43 0 0.13 206.92 0.94 0.45
Hex 7 7D DD 61 2B 0 D CF 5E 2D
Octal 7 175 335 141 53 0 15 317 136 55
Binary 111 1111101 11011101 1100001 101011 0 1101 11001111 1011110 101101

Color Harmonies of #077DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077DDD

Black with #077DDD

Text Example


Text Example

White with #077DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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