Html Css Color HEX #044DF2 Navy Blue

📋 copy color: '#044DF2'

red 4 ◦ green 77 ◦ blue 242

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

Shades of Navy Blue #044DF2

Tints of Navy Blue #044DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 74.92%

R = 1.24%
G = 23.84%
B = 74.92%

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

#044DF2 (or 0x044DF2) is known color: Navy Blue. HEX triplet: 04, 4D and F2. RGB value is (4,77,242). Sum of RGB (Red+Green+Blue) = 4+77+242=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 242 (94.92% from 255 or 74.92% from 323); Max value from RGB is 242 - color contains mainly: blue. Hex color #044DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044DF2 is #FBB20D. Grayscale: #494949. Windows color (decimal): -16495118 or 15879428. OLE color: 15879428.

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

Color convert

RGB 4 77 242 -
CMYK 0.98 0.68 0 0.05
HSL 221.6º 0.97% 0.48% -
HSV(B) 221.6º 0.98% 0.95% -
XYZ 18.73 11.74 85.28 -
YUV 73.98 222.82 78.08 -
System Red Green Blue C M Y K H S L
Decimal 4 77 242 0.98 0.68 0 0.05 221.6 0.97 0.48
Hex 4 4D F2 62 44 0 5 DE 61 30
Octal 4 115 362 142 104 0 5 336 141 60
Binary 100 1001101 11110010 1100010 1000100 0 101 11011110 1100001 110000

Color Harmonies of #044DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DF2

Black with #044DF2

Text Example


Text Example

White with #044DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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