#044CCD

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

Shades of Navy Blue #044CCD

Tints of Navy Blue #044CCD

Color information

#044CCD (or 0x044CCD) is unknown color: approx Navy Blue. HEX triplet: 04, 4C and CD. RGB value is (4,76,205). Sum of RGB (Red+Green+Blue) = 4+76+205=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #044CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CCD is #FBB332. Grayscale: #444444. Windows color (decimal): -16495411 or 13454340. OLE color: 13454340.

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

Color convert

RGB476205-
CMYK0.980.6300.20
HSL218.51º96.17%40.98%-
HSV(B)218.51º98.05%80.39%-
XYZ13.659.658.89-
YUV69.18204.6581.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 205 (80.47% from 255) = 71.93%
R=1.40%
G=26.67%
B=71.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal4762050.980.6300.20218.5196.1740.98
Hex44CCD623F014db6029
Octal41143151427702433314051
Binary1001001100110011011100010111111010100110110111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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