Html Css Color HEX #044DDA Navy Blue

📋 copy color: '#044DDA'

red 4 ◦ green 77 ◦ blue 218

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

Shades of Navy Blue #044DDA

Tints of Navy Blue #044DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.75%

 BLUE value IS 218 (85.55% from 255) = 72.91%

R = 1.34%
G = 25.75%
B = 72.91%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#044DDA (or 0x044DDA) is known color: Navy Blue. HEX triplet: 04, 4D and DA. RGB value is (4,77,218). Sum of RGB (Red+Green+Blue) = 4+77+218=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #044DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DDA is #FBB225. Grayscale: #464646. Windows color (decimal): -16495142 or 14306564. OLE color: 14306564.

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

Color convert

RGB 4 77 218 -
CMYK 0.98 0.65 0 0.15
HSL 219.53º 0.96% 0.44% -
HSV(B) 219.53º 0.98% 0.85% -
XYZ 15.36 10.4 67.53 -
YUV 71.25 210.82 80.04 -
System Red Green Blue C M Y K H S L
Decimal 4 77 218 0.98 0.65 0 0.15 219.53 0.96 0.44
Hex 4 4D DA 62 41 0 F DC 60 2C
Octal 4 115 332 142 101 0 17 334 140 54
Binary 100 1001101 11011010 1100010 1000001 0 1111 11011100 1100000 101100

Color Harmonies of #044DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DDA

Black with #044DDA

Text Example


Text Example

White with #044DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,77,218); }

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

background-color css

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

 a { background-color: rgb(4,77,218); }

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

border-color css

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

 span { border-color: rgb(4,77,218); }

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