Html Css Color HEX #044CFB Navy Blue

📋 copy color: '#044CFB'

red 4 ◦ green 76 ◦ blue 251

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

Shades of Navy Blue #044CFB

Tints of Navy Blue #044CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.96%

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

R = 1.21%
G = 22.96%
B = 75.83%

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

#044CFB (or 0x044CFB) is known color: Navy Blue. HEX triplet: 04, 4C and FB. RGB value is (4,76,251). Sum of RGB (Red+Green+Blue) = 4+76+251=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #044CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044CFB is #FBB304. Grayscale: #494949. Windows color (decimal): -16495365 or 16468996. OLE color: 16468996.

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

Color convert

RGB 4 76 251 -
CMYK 0.98 0.70 0 0.02
HSL 222.51º 0.97% 0.5% -
HSV(B) 222.51º 0.98% 0.98% -
XYZ 20.05 12.16 92.56 -
YUV 74.42 227.65 77.77 -
System Red Green Blue C M Y K H S L
Decimal 4 76 251 0.98 0.70 0 0.02 222.51 0.97 0.5
Hex 4 4C FB 62 46 0 2 DF 61 32
Octal 4 114 373 142 106 0 2 337 141 62
Binary 100 1001100 11111011 1100010 1000110 0 10 11011111 1100001 110010

Color Harmonies of #044CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CFB

Black with #044CFB

Text Example


Text Example

White with #044CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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