Html Css Color HEX #044DDE Navy Blue

📋 copy color: '#044DDE'

red 4 ◦ green 77 ◦ blue 222

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

Shades of Navy Blue #044DDE

Tints of Navy Blue #044DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.27%

R = 1.32%
G = 25.41%
B = 73.27%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#044DDE (or 0x044DDE) is known color: Navy Blue. HEX triplet: 04, 4D and DE. RGB value is (4,77,222). Sum of RGB (Red+Green+Blue) = 4+77+222=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #044DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DDE is #FBB221. Grayscale: #474747. Windows color (decimal): -16495138 or 14568708. OLE color: 14568708.

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

Color convert

RGB 4 77 222 -
CMYK 0.98 0.65 0 0.13
HSL 219.91º 0.96% 0.44% -
HSV(B) 219.91º 0.98% 0.87% -
XYZ 15.89 10.61 70.32 -
YUV 71.7 212.82 79.71 -
System Red Green Blue C M Y K H S L
Decimal 4 77 222 0.98 0.65 0 0.13 219.91 0.96 0.44
Hex 4 4D DE 62 41 0 D DC 60 2C
Octal 4 115 336 142 101 0 15 334 140 54
Binary 100 1001101 11011110 1100010 1000001 0 1101 11011100 1100000 101100

Color Harmonies of #044DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DDE

Black with #044DDE

Text Example


Text Example

White with #044DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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