Html Css Color HEX #044AFE Navy Blue

📋 copy color: '#044AFE'

red 4 ◦ green 74 ◦ blue 254

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

Shades of Navy Blue #044AFE

Tints of Navy Blue #044AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.29%

 BLUE value IS 254 (99.61% from 255) = 76.51%

R = 1.2%
G = 22.29%
B = 76.51%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#044AFE (or 0x044AFE) is known color: Navy Blue. HEX triplet: 04, 4A and FE. RGB value is (4,74,254). Sum of RGB (Red+Green+Blue) = 4+74+254=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #044AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044AFE is #FBB501. Grayscale: #484848. Windows color (decimal): -16495874 or 16665092. OLE color: 16665092.

HSL color Cylindrical-coordinate representation of color #044AFE: hue angle of 223.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044AFE is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 74 254 -
CMYK 0.98 0.71 0 0.00
HSL 223.2º 0.99% 0.51% -
HSV(B) 223.2º 0.98% 1% -
XYZ 20.39 12.08 95.02 -
YUV 73.59 229.81 78.36 -
System Red Green Blue C M Y K H S L
Decimal 4 74 254 0.98 0.71 0 0.00 223.2 0.99 0.51
Hex 4 4A FE 62 47 0 0 DF 63 33
Octal 4 112 376 142 107 0 0 337 143 63
Binary 100 1001010 11111110 1100010 1000111 0 0 11011111 1100011 110011

Color Harmonies of #044AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044AFE

Black with #044AFE

Text Example


Text Example

White with #044AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,74,254); }

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

background-color css

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

 a { background-color: rgb(4,74,254); }

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

border-color css

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

 span { border-color: rgb(4,74,254); }

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