#044BCD

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

Shades of Navy Blue #044BCD

Tints of Navy Blue #044BCD

Color information

#044BCD (or 0x044BCD) is unknown color: approx Navy Blue. HEX triplet: 04, 4B and CD. RGB value is (4,75,205). Sum of RGB (Red+Green+Blue) = 4+75+205=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #044BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BCD is #FBB432. Grayscale: #444444. Windows color (decimal): -16495667 or 13454084. OLE color: 13454084.

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

Color convert

RGB475205-
CMYK0.980.6300.20
HSL218.81º96.17%40.98%-
HSV(B)218.81º98.05%80.39%-
XYZ13.599.4758.87-
YUV68.59204.9881.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 75 (29.69% from 255) = 26.41%
BLUE value IS 205 (80.47% from 255) = 72.18%
R=1.41%
G=26.41%
B=72.18%

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
Decimal4752050.980.6300.20218.8196.1740.98
Hex44BCD623F014db6029
Octal41133151427702433314051
Binary1001001011110011011100010111111010100110110111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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