#044ECA

Color #044ECA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #044ECA

Tints of Navy Blue #044ECA

Color information

#044ECA (or 0x044ECA) is unknown color: approx Navy Blue. HEX triplet: 04, 4E and CA. RGB value is (4,78,202). Sum of RGB (Red+Green+Blue) = 4+78+202=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 202 (79.30% from 255 or 71.13% from 284); Max value from RGB is 202 - color contains mainly: blue. Hex color #044ECA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044ECA is #FBB135. Grayscale: #454545. Windows color (decimal): -16494902 or 13258244. OLE color: 13258244.

HSL color Cylindrical-coordinate representation of color #044ECA: hue angle of 217.58º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044ECA is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB478202-
CMYK0.980.6100.21
HSL217.58º96.12%40.39%-
HSV(B)217.58º98.02%79.22%-
XYZ13.449.7457.05-
YUV70.01202.4880.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 202 (79.30% from 255) = 71.13%
R=1.41%
G=27.46%
B=71.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4782020.980.6100.21217.5896.1240.39
Hex44ECA623D015da6028
Octal41163121427502533214050
Binary1001001110110010101100010111101010101110110101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #044ECA;
 }
 .AnyTagClassName
 {
   color: #044ECA;
 }
</style>
background-color css

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

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

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

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

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

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