Html Css Color HEX #044CDC Navy Blue

📋 copy color: '#044CDC'

red 4 ◦ green 76 ◦ blue 220

#044CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #044CDC

Tints of Navy Blue #044CDC

RGB

 RED value IS 4 (1.95% from 255) = 1.33%

 GREEN value IS 76 (30.08% from 255) = 25.33%

 BLUE value IS 220 (86.33% from 255) = 73.33%

R = 1.33%
G = 25.33%
B = 73.33%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#044CDC (or 0x044CDC) is known color: Navy Blue. HEX triplet: 04, 4C and DC. RGB value is (4,76,220). Sum of RGB (Red+Green+Blue) = 4+76+220=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #044CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CDC is #FBB323. Grayscale: #464646. Windows color (decimal): -16495396 or 14437380. OLE color: 14437380.

HSL color Cylindrical-coordinate representation of color #044CDC: hue angle of 220º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CDC is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 76 220 -
CMYK 0.98 0.65 0 0.14
HSL 220º 0.96% 0.44% -
HSV(B) 220º 0.98% 0.86% -
XYZ 15.55 10.36 68.89 -
YUV 70.89 212.15 80.29 -
System Red Green Blue C M Y K H S L
Decimal 4 76 220 0.98 0.65 0 0.14 220 0.96 0.44
Hex 4 4C DC 62 41 0 E DC 60 2C
Octal 4 114 334 142 101 0 16 334 140 54
Binary 100 1001100 11011100 1100010 1000001 0 1110 11011100 1100000 101100

Color Harmonies of #044CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CDC

Black with #044CDC

Text Example


Text Example

White with #044CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #044CDC;
 }
 .AnyTagClassName
 {
   color: #044CDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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