Html Css Color HEX #044BFB Navy Blue

📋 copy color: '#044BFB'

red 4 ◦ green 75 ◦ blue 251

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

Shades of Navy Blue #044BFB

Tints of Navy Blue #044BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 76.06%

R = 1.21%
G = 22.73%
B = 76.06%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#044BFB (or 0x044BFB) is known color: Navy Blue. HEX triplet: 04, 4B and FB. RGB value is (4,75,251). Sum of RGB (Red+Green+Blue) = 4+75+251=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #044BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044BFB is #FBB404. Grayscale: #494949. Windows color (decimal): -16495621 or 16468740. OLE color: 16468740.

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

Color convert

RGB 4 75 251 -
CMYK 0.98 0.70 0 0.02
HSL 222.75º 0.97% 0.5% -
HSV(B) 222.75º 0.98% 0.98% -
XYZ 19.98 12.02 92.53 -
YUV 73.84 227.98 78.19 -
System Red Green Blue C M Y K H S L
Decimal 4 75 251 0.98 0.70 0 0.02 222.75 0.97 0.5
Hex 4 4B FB 62 46 0 2 DF 61 32
Octal 4 113 373 142 106 0 2 337 141 62
Binary 100 1001011 11111011 1100010 1000110 0 10 11011111 1100001 110010

Color Harmonies of #044BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BFB

Black with #044BFB

Text Example


Text Example

White with #044BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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