Html Css Color HEX #044BDB Navy Blue

📋 copy color: '#044BDB'

red 4 ◦ green 75 ◦ blue 219

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

Shades of Navy Blue #044BDB

Tints of Navy Blue #044BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.17%

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

R = 1.34%
G = 25.17%
B = 73.49%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#044BDB (or 0x044BDB) is known color: Navy Blue. HEX triplet: 04, 4B and DB. RGB value is (4,75,219). Sum of RGB (Red+Green+Blue) = 4+75+219=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #044BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BDB is #FBB424. Grayscale: #454545. Windows color (decimal): -16495653 or 14371588. OLE color: 14371588.

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

Color convert

RGB 4 75 219 -
CMYK 0.98 0.66 0 0.14
HSL 220.19º 0.96% 0.44% -
HSV(B) 220.19º 0.98% 0.86% -
XYZ 15.35 10.17 68.17 -
YUV 70.19 211.98 80.79 -
System Red Green Blue C M Y K H S L
Decimal 4 75 219 0.98 0.66 0 0.14 220.19 0.96 0.44
Hex 4 4B DB 62 42 0 E DC 60 2C
Octal 4 113 333 142 102 0 16 334 140 54
Binary 100 1001011 11011011 1100010 1000010 0 1110 11011100 1100000 101100

Color Harmonies of #044BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BDB

Black with #044BDB

Text Example


Text Example

White with #044BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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