Html Css Color HEX #044DE1 Navy Blue

📋 copy color: '#044DE1'

red 4 ◦ green 77 ◦ blue 225

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

Shades of Navy Blue #044DE1

Tints of Navy Blue #044DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 73.53%

R = 1.31%
G = 25.16%
B = 73.53%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#044DE1 (or 0x044DE1) is known color: Navy Blue. HEX triplet: 04, 4D and E1. RGB value is (4,77,225). Sum of RGB (Red+Green+Blue) = 4+77+225=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 225 (88.28% from 255 or 73.53% from 306); Max value from RGB is 225 - color contains mainly: blue. Hex color #044DE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DE1 is #FBB21E. Grayscale: #474747. Windows color (decimal): -16495135 or 14765316. OLE color: 14765316.

HSL color Cylindrical-coordinate representation of color #044DE1: hue angle of 220.18º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DE1 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 4 77 225 -
CMYK 0.98 0.66 0 0.12
HSL 220.18º 0.97% 0.45% -
HSV(B) 220.18º 0.98% 0.88% -
XYZ 16.29 10.77 72.45 -
YUV 72.05 214.32 79.47 -
System Red Green Blue C M Y K H S L
Decimal 4 77 225 0.98 0.66 0 0.12 220.18 0.97 0.45
Hex 4 4D E1 62 42 0 C DC 61 2D
Octal 4 115 341 142 102 0 14 334 141 55
Binary 100 1001101 11100001 1100010 1000010 0 1100 11011100 1100001 101101

Color Harmonies of #044DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DE1

Black with #044DE1

Text Example


Text Example

White with #044DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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