Html Css Color HEX #044EDD Navy Blue

📋 copy color: '#044EDD'

red 4 ◦ green 78 ◦ blue 221

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

Shades of Navy Blue #044EDD

Tints of Navy Blue #044EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.74%

 BLUE value IS 221 (86.72% from 255) = 72.94%

R = 1.32%
G = 25.74%
B = 72.94%

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

#044EDD (or 0x044EDD) is known color: Navy Blue. HEX triplet: 04, 4E and DD. RGB value is (4,78,221). Sum of RGB (Red+Green+Blue) = 4+78+221=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #044EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EDD is #FBB122. Grayscale: #474747. Windows color (decimal): -16494883 or 14503428. OLE color: 14503428.

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

Color convert

RGB 4 78 221 -
CMYK 0.98 0.65 0 0.13
HSL 219.54º 0.96% 0.44% -
HSV(B) 219.54º 0.98% 0.87% -
XYZ 15.83 10.7 69.64 -
YUV 72.18 211.98 79.37 -
System Red Green Blue C M Y K H S L
Decimal 4 78 221 0.98 0.65 0 0.13 219.54 0.96 0.44
Hex 4 4E DD 62 41 0 D DC 60 2C
Octal 4 116 335 142 101 0 15 334 140 54
Binary 100 1001110 11011101 1100010 1000001 0 1101 11011100 1100000 101100

Color Harmonies of #044EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EDD

Black with #044EDD

Text Example


Text Example

White with #044EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,78,221); }

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

background-color css

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

 a { background-color: rgb(4,78,221); }

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

border-color css

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

 span { border-color: rgb(4,78,221); }

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