Html Css Color HEX #044FE0 Navy Blue

📋 copy color: '#044FE0'

red 4 ◦ green 79 ◦ blue 224

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

Shades of Navy Blue #044FE0

Tints of Navy Blue #044FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.96%

R = 1.3%
G = 25.73%
B = 72.96%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#044FE0 (or 0x044FE0) is known color: Navy Blue. HEX triplet: 04, 4F and E0. RGB value is (4,79,224). Sum of RGB (Red+Green+Blue) = 4+79+224=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #044FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FE0 is #FBB01F. Grayscale: #484848. Windows color (decimal): -16494624 or 14700292. OLE color: 14700292.

HSL color Cylindrical-coordinate representation of color #044FE0: hue angle of 219.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FE0 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 4 79 224 -
CMYK 0.98 0.65 0 0.12
HSL 219.55º 0.96% 0.45% -
HSV(B) 219.55º 0.98% 0.88% -
XYZ 16.3 11 71.79 -
YUV 73.11 213.15 78.71 -
System Red Green Blue C M Y K H S L
Decimal 4 79 224 0.98 0.65 0 0.12 219.55 0.96 0.45
Hex 4 4F E0 62 41 0 C DC 60 2D
Octal 4 117 340 142 101 0 14 334 140 55
Binary 100 1001111 11100000 1100010 1000001 0 1100 11011100 1100000 101101

Color Harmonies of #044FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FE0

Black with #044FE0

Text Example


Text Example

White with #044FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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