Html Css Color HEX #044DED Navy Blue

📋 copy color: '#044DED'

red 4 ◦ green 77 ◦ blue 237

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

Shades of Navy Blue #044DED

Tints of Navy Blue #044DED

RGB

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

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

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

R = 1.26%
G = 24.21%
B = 74.53%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#044DED (or 0x044DED) is known color: Navy Blue. HEX triplet: 04, 4D and ED. RGB value is (4,77,237). Sum of RGB (Red+Green+Blue) = 4+77+237=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #044DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044DED is #FBB212. Grayscale: #484848. Windows color (decimal): -16495123 or 15551748. OLE color: 15551748.

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

Color convert

RGB 4 77 237 -
CMYK 0.98 0.68 0 0.07
HSL 221.2º 0.97% 0.47% -
HSV(B) 221.2º 0.98% 0.93% -
XYZ 17.99 11.45 81.38 -
YUV 73.41 220.32 78.49 -
System Red Green Blue C M Y K H S L
Decimal 4 77 237 0.98 0.68 0 0.07 221.2 0.97 0.47
Hex 4 4D ED 62 44 0 7 DD 61 2F
Octal 4 115 355 142 104 0 7 335 141 57
Binary 100 1001101 11101101 1100010 1000100 0 111 11011101 1100001 101111

Color Harmonies of #044DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DED

Black with #044DED

Text Example


Text Example

White with #044DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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