Html Css Color HEX #2077DB Navy Blue

📋 copy color: '#2077DB'

red 32 ◦ green 119 ◦ blue 219

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

Shades of Navy Blue #2077DB

Tints of Navy Blue #2077DB

RGB

 RED value IS 32 (12.89% from 255) = 8.65%

 GREEN value IS 119 (46.88% from 255) = 32.16%

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

R = 8.65%
G = 32.16%
B = 59.19%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2077DB (or 0x2077DB) is known color: Navy Blue. HEX triplet: 20, 77 and DB. RGB value is (32,119,219). Sum of RGB (Red+Green+Blue) = 32+119+219=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #2077DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2077DB is #DF8824. Grayscale: #676767. Windows color (decimal): -14649381 or 14382880. OLE color: 14382880.

HSL color Cylindrical-coordinate representation of color #2077DB: hue angle of 212.09º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2077DB is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 119 219 -
CMYK 0.85 0.46 0 0.14
HSL 212.09º 0.75% 0.49% -
HSV(B) 212.09º 0.85% 0.86% -
XYZ 19.98 18.62 69.56 -
YUV 104.39 192.68 76.37 -
System Red Green Blue C M Y K H S L
Decimal 32 119 219 0.85 0.46 0 0.14 212.09 0.75 0.49
Hex 20 77 DB 55 2E 0 E D4 4B 31
Octal 40 167 333 125 56 0 16 324 113 61
Binary 100000 1110111 11011011 1010101 101110 0 1110 11010100 1001011 110001

Color Harmonies of #2077DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2077DB

Black with #2077DB

Text Example


Text Example

White with #2077DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2077DB; }

 p { color: rgb(32,119,219); }

 H1.HeaderClassName
 {
   color: #2077DB;
 }
 .AnyTagClassName
 {
   color: #2077DB;
 }
</style>

background-color css

<style>
 a { background-color: #2077DB; }

 a { background-color: rgb(32,119,219); }

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

border-color css

<style>
 span { border-color: #2077DB; }

 span { border-color: rgb(32,119,219); }

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