Html Css Color HEX #044FDE Navy Blue

📋 copy color: '#044FDE'

red 4 ◦ green 79 ◦ blue 222

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

Shades of Navy Blue #044FDE

Tints of Navy Blue #044FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.9%

 BLUE value IS 222 (87.11% from 255) = 72.79%

R = 1.31%
G = 25.9%
B = 72.79%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#044FDE (or 0x044FDE) is known color: Navy Blue. HEX triplet: 04, 4F and DE. RGB value is (4,79,222). Sum of RGB (Red+Green+Blue) = 4+79+222=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #044FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FDE is #FBB021. Grayscale: #484848. Windows color (decimal): -16494626 or 14569220. OLE color: 14569220.

HSL color Cylindrical-coordinate representation of color #044FDE: hue angle of 219.36º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FDE is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 79 222 -
CMYK 0.98 0.64 0 0.13
HSL 219.36º 0.96% 0.44% -
HSV(B) 219.36º 0.98% 0.87% -
XYZ 16.03 10.89 70.36 -
YUV 72.88 212.15 78.87 -
System Red Green Blue C M Y K H S L
Decimal 4 79 222 0.98 0.64 0 0.13 219.36 0.96 0.44
Hex 4 4F DE 62 40 0 D DB 60 2C
Octal 4 117 336 142 100 0 15 333 140 54
Binary 100 1001111 11011110 1100010 1000000 0 1101 11011011 1100000 101100

Color Harmonies of #044FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FDE

Black with #044FDE

Text Example


Text Example

White with #044FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,79,222); }

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

background-color css

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

 a { background-color: rgb(4,79,222); }

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

border-color css

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

 span { border-color: rgb(4,79,222); }

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