Html Css Color HEX #044ED2 Navy Blue

📋 copy color: '#044ED2'

red 4 ◦ green 78 ◦ blue 210

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

Shades of Navy Blue #044ED2

Tints of Navy Blue #044ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 71.92%

R = 1.37%
G = 26.71%
B = 71.92%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#044ED2 (or 0x044ED2) is known color: Navy Blue. HEX triplet: 04, 4E and D2. RGB value is (4,78,210). Sum of RGB (Red+Green+Blue) = 4+78+210=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 210 (82.42% from 255 or 71.92% from 292); Max value from RGB is 210 - color contains mainly: blue. Hex color #044ED2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044ED2 is #FBB12D. Grayscale: #464646. Windows color (decimal): -16494894 or 13782532. OLE color: 13782532.

HSL color Cylindrical-coordinate representation of color #044ED2: hue angle of 218.45º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044ED2 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 78 210 -
CMYK 0.98 0.63 0 0.18
HSL 218.45º 0.96% 0.42% -
HSV(B) 218.45º 0.98% 0.82% -
XYZ 14.41 10.13 62.17 -
YUV 70.92 206.48 80.27 -
System Red Green Blue C M Y K H S L
Decimal 4 78 210 0.98 0.63 0 0.18 218.45 0.96 0.42
Hex 4 4E D2 62 3F 0 12 DA 60 2A
Octal 4 116 322 142 77 0 22 332 140 52
Binary 100 1001110 11010010 1100010 111111 0 10010 11011010 1100000 101010

Color Harmonies of #044ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044ED2

Black with #044ED2

Text Example


Text Example

White with #044ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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