Html Css Color HEX #044ACD Navy Blue

📋 copy color: '#044ACD'

red 4 ◦ green 74 ◦ blue 205

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

Shades of Navy Blue #044ACD

Tints of Navy Blue #044ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.15%

 BLUE value IS 205 (80.47% from 255) = 72.44%

R = 1.41%
G = 26.15%
B = 72.44%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#044ACD (or 0x044ACD) is known color: Navy Blue. HEX triplet: 04, 4A and CD. RGB value is (4,74,205). Sum of RGB (Red+Green+Blue) = 4+74+205=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #044ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044ACD is #FBB532. Grayscale: #434343. Windows color (decimal): -16495923 or 13453828. OLE color: 13453828.

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

Color convert

RGB 4 74 205 -
CMYK 0.98 0.64 0 0.20
HSL 219.1º 0.96% 0.41% -
HSV(B) 219.1º 0.98% 0.8% -
XYZ 13.52 9.33 58.85 -
YUV 68 205.31 82.35 -
System Red Green Blue C M Y K H S L
Decimal 4 74 205 0.98 0.64 0 0.20 219.1 0.96 0.41
Hex 4 4A CD 62 40 0 14 DB 60 29
Octal 4 112 315 142 100 0 24 333 140 51
Binary 100 1001010 11001101 1100010 1000000 0 10100 11011011 1100000 101001

Color Harmonies of #044ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044ACD

Black with #044ACD

Text Example


Text Example

White with #044ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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