Html Css Color HEX #044EE2 Navy Blue

📋 copy color: '#044EE2'

red 4 ◦ green 78 ◦ blue 226

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

Shades of Navy Blue #044EE2

Tints of Navy Blue #044EE2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.32%

 BLUE value IS 226 (88.67% from 255) = 73.38%

R = 1.3%
G = 25.32%
B = 73.38%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#044EE2 (or 0x044EE2) is known color: Navy Blue. HEX triplet: 04, 4E and E2. RGB value is (4,78,226). Sum of RGB (Red+Green+Blue) = 4+78+226=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 226 (88.67% from 255 or 73.38% from 308); Max value from RGB is 226 - color contains mainly: blue. Hex color #044EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EE2 is #FBB11D. Grayscale: #484848. Windows color (decimal): -16494878 or 14831108. OLE color: 14831108.

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

Color convert

RGB 4 78 226 -
CMYK 0.98 0.65 0 0.11
HSL 220º 0.97% 0.45% -
HSV(B) 220º 0.98% 0.89% -
XYZ 16.5 10.97 73.2 -
YUV 72.75 214.48 78.97 -
System Red Green Blue C M Y K H S L
Decimal 4 78 226 0.98 0.65 0 0.11 220 0.97 0.45
Hex 4 4E E2 62 41 0 B DC 61 2D
Octal 4 116 342 142 101 0 13 334 141 55
Binary 100 1001110 11100010 1100010 1000001 0 1011 11011100 1100001 101101

Color Harmonies of #044EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EE2

Black with #044EE2

Text Example


Text Example

White with #044EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,78,226); }

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

background-color css

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

 a { background-color: rgb(4,78,226); }

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

border-color css

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

 span { border-color: rgb(4,78,226); }

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