Html Css Color HEX #044DF1 Navy Blue

📋 copy color: '#044DF1'

red 4 ◦ green 77 ◦ blue 241

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

Shades of Navy Blue #044DF1

Tints of Navy Blue #044DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 74.84%

R = 1.24%
G = 23.91%
B = 74.84%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#044DF1 (or 0x044DF1) is known color: Navy Blue. HEX triplet: 04, 4D and F1. RGB value is (4,77,241). Sum of RGB (Red+Green+Blue) = 4+77+241=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 241 (94.53% from 255 or 74.84% from 322); Max value from RGB is 241 - color contains mainly: blue. Hex color #044DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044DF1 is #FBB20E. Grayscale: #494949. Windows color (decimal): -16495119 or 15813892. OLE color: 15813892.

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

Color convert

RGB 4 77 241 -
CMYK 0.98 0.68 0 0.05
HSL 221.52º 0.97% 0.48% -
HSV(B) 221.52º 0.98% 0.95% -
XYZ 18.58 11.68 84.5 -
YUV 73.87 222.32 78.16 -
System Red Green Blue C M Y K H S L
Decimal 4 77 241 0.98 0.68 0 0.05 221.52 0.97 0.48
Hex 4 4D F1 62 44 0 5 DE 61 30
Octal 4 115 361 142 104 0 5 336 141 60
Binary 100 1001101 11110001 1100010 1000100 0 101 11011110 1100001 110000

Color Harmonies of #044DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DF1

Black with #044DF1

Text Example


Text Example

White with #044DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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