#044DFC

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

Shades of Navy Blue #044DFC

Tints of Navy Blue #044DFC

Color information

#044DFC (or 0x044DFC) is unknown color: approx Navy Blue. HEX triplet: 04, 4D and FC. RGB value is (4,77,252). Sum of RGB (Red+Green+Blue) = 4+77+252=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #044DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044DFC is #FBB203. Grayscale: #4A4A4A. Windows color (decimal): -16495108 or 16534788. OLE color: 16534788.

HSL color Cylindrical-coordinate representation of color #044DFC: hue angle of 222.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DFC is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB477252-
CMYK0.980.6900.01
HSL222.34º97.64%50.2%-
HSV(B)222.34º98.41%98.82%-
XYZ20.2712.3693.41-
YUV75.12227.8277.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.20%
GREEN value IS 77 (30.47% from 255) = 23.12%
BLUE value IS 252 (98.83% from 255) = 75.68%
R=1.20%
G=23.12%
B=75.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal4772520.980.6900.01222.3497.6450.2
Hex44DFC624501de6232
Octal41153741421050133614262
Binary1001001101111111001100010100010101110111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,77,252); }

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

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

 a { background-color: rgb(4,77,252); }

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

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

 span { border-color: rgb(4,77,252); }

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