Html Css Color HEX #044DEF Navy Blue

📋 copy color: '#044DEF'

red 4 ◦ green 77 ◦ blue 239

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

Shades of Navy Blue #044DEF

Tints of Navy Blue #044DEF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.06%

 BLUE value IS 239 (93.75% from 255) = 74.69%

R = 1.25%
G = 24.06%
B = 74.69%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#044DEF (or 0x044DEF) is known color: Navy Blue. HEX triplet: 04, 4D and EF. RGB value is (4,77,239). Sum of RGB (Red+Green+Blue) = 4+77+239=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 239 (93.75% from 255 or 74.69% from 320); Max value from RGB is 239 - color contains mainly: blue. Hex color #044DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044DEF is #FBB210. Grayscale: #484848. Windows color (decimal): -16495121 or 15682820. OLE color: 15682820.

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

Color convert

RGB 4 77 239 -
CMYK 0.98 0.68 0 0.06
HSL 221.36º 0.97% 0.48% -
HSV(B) 221.36º 0.98% 0.94% -
XYZ 18.28 11.57 82.93 -
YUV 73.64 221.32 78.33 -
System Red Green Blue C M Y K H S L
Decimal 4 77 239 0.98 0.68 0 0.06 221.36 0.97 0.48
Hex 4 4D EF 62 44 0 6 DD 61 30
Octal 4 115 357 142 104 0 6 335 141 60
Binary 100 1001101 11101111 1100010 1000100 0 110 11011101 1100001 110000

Color Harmonies of #044DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DEF

Black with #044DEF

Text Example


Text Example

White with #044DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,77,239); }

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

background-color css

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

 a { background-color: rgb(4,77,239); }

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

border-color css

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

 span { border-color: rgb(4,77,239); }

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