Html Css Color HEX #044AEA Navy Blue

📋 copy color: '#044AEA'

red 4 ◦ green 74 ◦ blue 234

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

Shades of Navy Blue #044AEA

Tints of Navy Blue #044AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 75%

R = 1.28%
G = 23.72%
B = 75%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#044AEA (or 0x044AEA) is known color: Navy Blue. HEX triplet: 04, 4A and EA. RGB value is (4,74,234). Sum of RGB (Red+Green+Blue) = 4+74+234=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #044AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044AEA is #FBB515. Grayscale: #464646. Windows color (decimal): -16495894 or 15354372. OLE color: 15354372.

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

Color convert

RGB 4 74 234 -
CMYK 0.98 0.68 0 0.08
HSL 221.74º 0.97% 0.47% -
HSV(B) 221.74º 0.98% 0.92% -
XYZ 17.35 10.86 79.02 -
YUV 71.31 219.81 79.99 -
System Red Green Blue C M Y K H S L
Decimal 4 74 234 0.98 0.68 0 0.08 221.74 0.97 0.47
Hex 4 4A EA 62 44 0 8 DE 61 2F
Octal 4 112 352 142 104 0 10 336 141 57
Binary 100 1001010 11101010 1100010 1000100 0 1000 11011110 1100001 101111

Color Harmonies of #044AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044AEA

Black with #044AEA

Text Example


Text Example

White with #044AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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