Html Css Color HEX #044BFD Navy Blue

📋 copy color: '#044BFD'

red 4 ◦ green 75 ◦ blue 253

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

Shades of Navy Blue #044BFD

Tints of Navy Blue #044BFD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.59%

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

R = 1.2%
G = 22.59%
B = 76.2%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#044BFD (or 0x044BFD) is known color: Navy Blue. HEX triplet: 04, 4B and FD. RGB value is (4,75,253). Sum of RGB (Red+Green+Blue) = 4+75+253=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #044BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044BFD is #FBB402. Grayscale: #494949. Windows color (decimal): -16495619 or 16599812. OLE color: 16599812.

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

Color convert

RGB 4 75 253 -
CMYK 0.98 0.70 0 0.01
HSL 222.89º 0.98% 0.5% -
HSV(B) 222.89º 0.98% 0.99% -
XYZ 20.3 12.15 94.2 -
YUV 74.06 228.98 78.03 -
System Red Green Blue C M Y K H S L
Decimal 4 75 253 0.98 0.70 0 0.01 222.89 0.98 0.5
Hex 4 4B FD 62 46 0 1 DF 62 32
Octal 4 113 375 142 106 0 1 337 142 62
Binary 100 1001011 11111101 1100010 1000110 0 1 11011111 1100010 110010

Color Harmonies of #044BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BFD

Black with #044BFD

Text Example


Text Example

White with #044BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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