Html Css Color HEX #044EED Navy Blue

📋 copy color: '#044EED'

red 4 ◦ green 78 ◦ blue 237

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

Shades of Navy Blue #044EED

Tints of Navy Blue #044EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.29%

R = 1.25%
G = 24.45%
B = 74.29%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#044EED (or 0x044EED) is known color: Navy Blue. HEX triplet: 04, 4E and ED. RGB value is (4,78,237). Sum of RGB (Red+Green+Blue) = 4+78+237=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #044EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044EED is #FBB112. Grayscale: #494949. Windows color (decimal): -16494867 or 15552004. OLE color: 15552004.

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

Color convert

RGB 4 78 237 -
CMYK 0.98 0.67 0 0.07
HSL 220.94º 0.97% 0.47% -
HSV(B) 220.94º 0.98% 0.93% -
XYZ 18.06 11.59 81.41 -
YUV 74 219.98 78.07 -
System Red Green Blue C M Y K H S L
Decimal 4 78 237 0.98 0.67 0 0.07 220.94 0.97 0.47
Hex 4 4E ED 62 43 0 7 DD 61 2F
Octal 4 116 355 142 103 0 7 335 141 57
Binary 100 1001110 11101101 1100010 1000011 0 111 11011101 1100001 101111

Color Harmonies of #044EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EED

Black with #044EED

Text Example


Text Example

White with #044EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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