Html Css Color HEX #2078DB Navy Blue

📋 copy color: '#2078DB'

red 32 ◦ green 120 ◦ blue 219

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

Shades of Navy Blue #2078DB

Tints of Navy Blue #2078DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

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

R = 8.63%
G = 32.35%
B = 59.03%

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

#2078DB (or 0x2078DB) is known color: Navy Blue. HEX triplet: 20, 78 and DB. RGB value is (32,120,219). Sum of RGB (Red+Green+Blue) = 32+120+219=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #2078DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2078DB is #DF8724. Grayscale: #686868. Windows color (decimal): -14649125 or 14383136. OLE color: 14383136.

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

Color convert

RGB 32 120 219 -
CMYK 0.85 0.45 0 0.14
HSL 211.76º 0.75% 0.49% -
HSV(B) 211.76º 0.85% 0.86% -
XYZ 20.1 18.85 69.6 -
YUV 104.97 192.35 75.95 -
System Red Green Blue C M Y K H S L
Decimal 32 120 219 0.85 0.45 0 0.14 211.76 0.75 0.49
Hex 20 78 DB 55 2D 0 E D4 4B 31
Octal 40 170 333 125 55 0 16 324 113 61
Binary 100000 1111000 11011011 1010101 101101 0 1110 11010100 1001011 110001

Color Harmonies of #2078DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2078DB

Black with #2078DB

Text Example


Text Example

White with #2078DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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