Html Css Color HEX #044AFD Navy Blue

📋 copy color: '#044AFD'

red 4 ◦ green 74 ◦ blue 253

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

Shades of Navy Blue #044AFD

Tints of Navy Blue #044AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 76.44%

R = 1.21%
G = 22.36%
B = 76.44%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#044AFD (or 0x044AFD) is known color: Navy Blue. HEX triplet: 04, 4A and FD. RGB value is (4,74,253). Sum of RGB (Red+Green+Blue) = 4+74+253=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #044AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044AFD is #FBB502. Grayscale: #484848. Windows color (decimal): -16495875 or 16599556. OLE color: 16599556.

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

Color convert

RGB 4 74 253 -
CMYK 0.98 0.71 0 0.01
HSL 223.13º 0.98% 0.5% -
HSV(B) 223.13º 0.98% 0.99% -
XYZ 20.23 12.02 94.18 -
YUV 73.48 229.31 78.45 -
System Red Green Blue C M Y K H S L
Decimal 4 74 253 0.98 0.71 0 0.01 223.13 0.98 0.5
Hex 4 4A FD 62 47 0 1 DF 62 32
Octal 4 112 375 142 107 0 1 337 142 62
Binary 100 1001010 11111101 1100010 1000111 0 1 11011111 1100010 110010

Color Harmonies of #044AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044AFD

Black with #044AFD

Text Example


Text Example

White with #044AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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