#044FCA

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

Shades of Navy Blue #044FCA

Tints of Navy Blue #044FCA

Color information

#044FCA (or 0x044FCA) is unknown color: approx Navy Blue. HEX triplet: 04, 4F and CA. RGB value is (4,79,202). Sum of RGB (Red+Green+Blue) = 4+79+202=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 202 (79.30% from 255 or 70.88% from 285); Max value from RGB is 202 - color contains mainly: blue. Hex color #044FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FCA is #FBB035. Grayscale: #464646. Windows color (decimal): -16494646 or 13258500. OLE color: 13258500.

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

Color convert

RGB479202-
CMYK0.980.6100.21
HSL217.27º96.12%40.39%-
HSV(B)217.27º98.02%79.22%-
XYZ13.519.8857.07-
YUV70.6202.1580.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 202 (79.30% from 255) = 70.88%
R=1.40%
G=27.72%
B=70.88%

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
Decimal4792020.980.6100.21217.2796.1240.39
Hex44FCA623D015d96028
Octal41173121427502533114050
Binary1001001111110010101100010111101010101110110011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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