Html Css Color HEX #044ADE Navy Blue

📋 copy color: '#044ADE'

red 4 ◦ green 74 ◦ blue 222

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

Shades of Navy Blue #044ADE

Tints of Navy Blue #044ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 74%

R = 1.33%
G = 24.67%
B = 74%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#044ADE (or 0x044ADE) is known color: Navy Blue. HEX triplet: 04, 4A and DE. RGB value is (4,74,222). Sum of RGB (Red+Green+Blue) = 4+74+222=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #044ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044ADE is #FBB521. Grayscale: #454545. Windows color (decimal): -16495906 or 14567940. OLE color: 14567940.

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

Color convert

RGB 4 74 222 -
CMYK 0.98 0.67 0 0.13
HSL 220.73º 0.96% 0.44% -
HSV(B) 220.73º 0.98% 0.87% -
XYZ 15.68 10.2 70.25 -
YUV 69.94 213.81 80.97 -
System Red Green Blue C M Y K H S L
Decimal 4 74 222 0.98 0.67 0 0.13 220.73 0.96 0.44
Hex 4 4A DE 62 43 0 D DD 60 2C
Octal 4 112 336 142 103 0 15 335 140 54
Binary 100 1001010 11011110 1100010 1000011 0 1101 11011101 1100000 101100

Color Harmonies of #044ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044ADE

Black with #044ADE

Text Example


Text Example

White with #044ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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