Html Css Color HEX #044ECD Navy Blue

📋 copy color: '#044ECD'

red 4 ◦ green 78 ◦ blue 205

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

Shades of Navy Blue #044ECD

Tints of Navy Blue #044ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.43%

R = 1.39%
G = 27.18%
B = 71.43%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#044ECD (or 0x044ECD) is known color: Navy Blue. HEX triplet: 04, 4E and CD. RGB value is (4,78,205). Sum of RGB (Red+Green+Blue) = 4+78+205=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #044ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044ECD is #FBB132. Grayscale: #454545. Windows color (decimal): -16494899 or 13454852. OLE color: 13454852.

HSL color Cylindrical-coordinate representation of color #044ECD: hue angle of 217.91º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044ECD is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 78 205 -
CMYK 0.98 0.62 0 0.20
HSL 217.91º 0.96% 0.41% -
HSV(B) 217.91º 0.98% 0.8% -
XYZ 13.79 9.88 58.94 -
YUV 70.35 203.98 80.67 -
System Red Green Blue C M Y K H S L
Decimal 4 78 205 0.98 0.62 0 0.20 217.91 0.96 0.41
Hex 4 4E CD 62 3E 0 14 DA 60 29
Octal 4 116 315 142 76 0 24 332 140 51
Binary 100 1001110 11001101 1100010 111110 0 10100 11011010 1100000 101001

Color Harmonies of #044ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044ECD

Black with #044ECD

Text Example


Text Example

White with #044ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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