Html Css Color HEX #044DDB Navy Blue

📋 copy color: '#044DDB'

red 4 ◦ green 77 ◦ blue 219

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

Shades of Navy Blue #044DDB

Tints of Navy Blue #044DDB

RGB

 RED value IS 4 (1.95% from 255) = 1.33%

 GREEN value IS 77 (30.47% from 255) = 25.67%

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

R = 1.33%
G = 25.67%
B = 73%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#044DDB (or 0x044DDB) is known color: Navy Blue. HEX triplet: 04, 4D and DB. RGB value is (4,77,219). Sum of RGB (Red+Green+Blue) = 4+77+219=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #044DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DDB is #FBB224. Grayscale: #464646. Windows color (decimal): -16495141 or 14372100. OLE color: 14372100.

HSL color Cylindrical-coordinate representation of color #044DDB: hue angle of 219.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DDB is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 77 219 -
CMYK 0.98 0.65 0 0.14
HSL 219.63º 0.96% 0.44% -
HSV(B) 219.63º 0.98% 0.86% -
XYZ 15.49 10.45 68.22 -
YUV 71.36 211.32 79.95 -
System Red Green Blue C M Y K H S L
Decimal 4 77 219 0.98 0.65 0 0.14 219.63 0.96 0.44
Hex 4 4D DB 62 41 0 E DC 60 2C
Octal 4 115 333 142 101 0 16 334 140 54
Binary 100 1001101 11011011 1100010 1000001 0 1110 11011100 1100000 101100

Color Harmonies of #044DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DDB

Black with #044DDB

Text Example


Text Example

White with #044DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044DDB; }

 p { color: rgb(4,77,219); }

 H1.HeaderClassName
 {
   color: #044DDB;
 }
 .AnyTagClassName
 {
   color: #044DDB;
 }
</style>

background-color css

<style>
 a { background-color: #044DDB; }

 a { background-color: rgb(4,77,219); }

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

border-color css

<style>
 span { border-color: #044DDB; }

 span { border-color: rgb(4,77,219); }

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