Html Css Color HEX #044AE3 Navy Blue

📋 copy color: '#044AE3'

red 4 ◦ green 74 ◦ blue 227

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

Shades of Navy Blue #044AE3

Tints of Navy Blue #044AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 74.43%

R = 1.31%
G = 24.26%
B = 74.43%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#044AE3 (or 0x044AE3) is known color: Navy Blue. HEX triplet: 04, 4A and E3. RGB value is (4,74,227). Sum of RGB (Red+Green+Blue) = 4+74+227=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 227 (89.06% from 255 or 74.43% from 305); Max value from RGB is 227 - color contains mainly: blue. Hex color #044AE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044AE3 is #FBB51C. Grayscale: #454545. Windows color (decimal): -16495901 or 14895620. OLE color: 14895620.

HSL color Cylindrical-coordinate representation of color #044AE3: hue angle of 221.17º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044AE3 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 4 74 227 -
CMYK 0.98 0.67 0 0.11
HSL 221.17º 0.97% 0.45% -
HSV(B) 221.17º 0.98% 0.89% -
XYZ 16.36 10.47 73.83 -
YUV 70.51 216.31 80.56 -
System Red Green Blue C M Y K H S L
Decimal 4 74 227 0.98 0.67 0 0.11 221.17 0.97 0.45
Hex 4 4A E3 62 43 0 B DD 61 2D
Octal 4 112 343 142 103 0 13 335 141 55
Binary 100 1001010 11100011 1100010 1000011 0 1011 11011101 1100001 101101

Color Harmonies of #044AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044AE3

Black with #044AE3

Text Example


Text Example

White with #044AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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