Html Css Color HEX #044EE0 Navy Blue

📋 copy color: '#044EE0'

red 4 ◦ green 78 ◦ blue 224

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

Shades of Navy Blue #044EE0

Tints of Navy Blue #044EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 73.2%

R = 1.31%
G = 25.49%
B = 73.2%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#044EE0 (or 0x044EE0) is known color: Navy Blue. HEX triplet: 04, 4E and E0. RGB value is (4,78,224). Sum of RGB (Red+Green+Blue) = 4+78+224=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 224 (87.89% from 255 or 73.20% from 306); Max value from RGB is 224 - color contains mainly: blue. Hex color #044EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EE0 is #FBB11F. Grayscale: #474747. Windows color (decimal): -16494880 or 14700036. OLE color: 14700036.

HSL color Cylindrical-coordinate representation of color #044EE0: hue angle of 219.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EE0 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 4 78 224 -
CMYK 0.98 0.65 0 0.12
HSL 219.82º 0.96% 0.45% -
HSV(B) 219.82º 0.98% 0.88% -
XYZ 16.23 10.86 71.76 -
YUV 72.52 213.48 79.13 -
System Red Green Blue C M Y K H S L
Decimal 4 78 224 0.98 0.65 0 0.12 219.82 0.96 0.45
Hex 4 4E E0 62 41 0 C DC 60 2D
Octal 4 116 340 142 101 0 14 334 140 55
Binary 100 1001110 11100000 1100010 1000001 0 1100 11011100 1100000 101101

Color Harmonies of #044EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EE0

Black with #044EE0

Text Example


Text Example

White with #044EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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