Html Css Color HEX #044CDB Navy Blue

📋 copy color: '#044CDB'

red 4 ◦ green 76 ◦ blue 219

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

Shades of Navy Blue #044CDB

Tints of Navy Blue #044CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

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

R = 1.34%
G = 25.42%
B = 73.24%

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

#044CDB (or 0x044CDB) is known color: Navy Blue. HEX triplet: 04, 4C and DB. RGB value is (4,76,219). Sum of RGB (Red+Green+Blue) = 4+76+219=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #044CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CDB is #FBB324. Grayscale: #464646. Windows color (decimal): -16495397 or 14371844. OLE color: 14371844.

HSL color Cylindrical-coordinate representation of color #044CDB: hue angle of 219.91º 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 #044CDB is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 76 219 -
CMYK 0.98 0.65 0 0.14
HSL 219.91º 0.96% 0.44% -
HSV(B) 219.91º 0.98% 0.86% -
XYZ 15.42 10.31 68.19 -
YUV 70.77 211.65 80.37 -
System Red Green Blue C M Y K H S L
Decimal 4 76 219 0.98 0.65 0 0.14 219.91 0.96 0.44
Hex 4 4C DB 62 41 0 E DC 60 2C
Octal 4 114 333 142 101 0 16 334 140 54
Binary 100 1001100 11011011 1100010 1000001 0 1110 11011100 1100000 101100

Color Harmonies of #044CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CDB

Black with #044CDB

Text Example


Text Example

White with #044CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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