Html Css Color HEX #044FDA Navy Blue

📋 copy color: '#044FDA'

red 4 ◦ green 79 ◦ blue 218

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

Shades of Navy Blue #044FDA

Tints of Navy Blue #044FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

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

R = 1.33%
G = 26.25%
B = 72.43%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#044FDA (or 0x044FDA) is known color: Navy Blue. HEX triplet: 04, 4F and DA. RGB value is (4,79,218). Sum of RGB (Red+Green+Blue) = 4+79+218=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #044FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FDA is #FBB025. Grayscale: #474747. Windows color (decimal): -16494630 or 14307076. OLE color: 14307076.

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

Color convert

RGB 4 79 218 -
CMYK 0.98 0.64 0 0.15
HSL 218.97º 0.96% 0.44% -
HSV(B) 218.97º 0.98% 0.85% -
XYZ 15.5 10.68 67.57 -
YUV 72.42 210.15 79.2 -
System Red Green Blue C M Y K H S L
Decimal 4 79 218 0.98 0.64 0 0.15 218.97 0.96 0.44
Hex 4 4F DA 62 40 0 F DB 60 2C
Octal 4 117 332 142 100 0 17 333 140 54
Binary 100 1001111 11011010 1100010 1000000 0 1111 11011011 1100000 101100

Color Harmonies of #044FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FDA

Black with #044FDA

Text Example


Text Example

White with #044FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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