#044CEA

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

Shades of Navy Blue #044CEA

Tints of Navy Blue #044CEA

Color information

#044CEA (or 0x044CEA) is unknown color: approx Navy Blue. HEX triplet: 04, 4C and EA. RGB value is (4,76,234). Sum of RGB (Red+Green+Blue) = 4+76+234=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 234 (91.80% from 255 or 74.52% from 314); Max value from RGB is 234 - color contains mainly: blue. Hex color #044CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044CEA is #FBB315. Grayscale: #474747. Windows color (decimal): -16495382 or 15354884. OLE color: 15354884.

HSL color Cylindrical-coordinate representation of color #044CEA: hue angle of 221.22º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CEA is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB476234-
CMYK0.980.6800.08
HSL221.22º96.64%46.67%-
HSV(B)221.22º98.29%91.76%-
XYZ17.4911.1479.07-
YUV72.48219.1579.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.27%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 234 (91.80% from 255) = 74.52%
R=1.27%
G=24.20%
B=74.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal4762340.980.6800.08221.2296.6446.67
Hex44CEA624408dd612f
Octal411435214210401033514157
Binary1001001100111010101100010100010001000110111011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,76,234); }

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

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

 a { background-color: rgb(4,76,234); }

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

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

 span { border-color: rgb(4,76,234); }

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