Html Css Color HEX #2079DB Navy Blue

📋 copy color: '#2079DB'

red 32 ◦ green 121 ◦ blue 219

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

Shades of Navy Blue #2079DB

Tints of Navy Blue #2079DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.53%

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

R = 8.6%
G = 32.53%
B = 58.87%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2079DB (or 0x2079DB) is known color: Navy Blue. HEX triplet: 20, 79 and DB. RGB value is (32,121,219). Sum of RGB (Red+Green+Blue) = 32+121+219=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #2079DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2079DB is #DF8624. Grayscale: #696969. Windows color (decimal): -14648869 or 14383392. OLE color: 14383392.

HSL color Cylindrical-coordinate representation of color #2079DB: hue angle of 211.44º 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 #2079DB is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 121 219 -
CMYK 0.85 0.45 0 0.14
HSL 211.44º 0.75% 0.49% -
HSV(B) 211.44º 0.85% 0.86% -
XYZ 20.22 19.1 69.64 -
YUV 105.56 192.01 75.53 -
System Red Green Blue C M Y K H S L
Decimal 32 121 219 0.85 0.45 0 0.14 211.44 0.75 0.49
Hex 20 79 DB 55 2D 0 E D3 4B 31
Octal 40 171 333 125 55 0 16 323 113 61
Binary 100000 1111001 11011011 1010101 101101 0 1110 11010011 1001011 110001

Color Harmonies of #2079DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2079DB

Black with #2079DB

Text Example


Text Example

White with #2079DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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