Html Css Color HEX #044AE7 Navy Blue

📋 copy color: '#044AE7'

red 4 ◦ green 74 ◦ blue 231

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

Shades of Navy Blue #044AE7

Tints of Navy Blue #044AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 74.76%

R = 1.29%
G = 23.95%
B = 74.76%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#044AE7 (or 0x044AE7) is known color: Navy Blue. HEX triplet: 04, 4A and E7. RGB value is (4,74,231). Sum of RGB (Red+Green+Blue) = 4+74+231=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 231 (90.62% from 255 or 74.76% from 309); Max value from RGB is 231 - color contains mainly: blue. Hex color #044AE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044AE7 is #FBB518. Grayscale: #464646. Windows color (decimal): -16495897 or 15157764. OLE color: 15157764.

HSL color Cylindrical-coordinate representation of color #044AE7: hue angle of 221.5º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044AE7 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 4 74 231 -
CMYK 0.98 0.68 0 0.09
HSL 221.5º 0.97% 0.46% -
HSV(B) 221.5º 0.98% 0.91% -
XYZ 16.92 10.69 76.77 -
YUV 70.97 218.31 80.23 -
System Red Green Blue C M Y K H S L
Decimal 4 74 231 0.98 0.68 0 0.09 221.5 0.97 0.46
Hex 4 4A E7 62 44 0 9 DD 61 2E
Octal 4 112 347 142 104 0 11 335 141 56
Binary 100 1001010 11100111 1100010 1000100 0 1001 11011101 1100001 101110

Color Harmonies of #044AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044AE7

Black with #044AE7

Text Example


Text Example

White with #044AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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