Html Css Color HEX #044EFB Navy Blue

📋 copy color: '#044EFB'

red 4 ◦ green 78 ◦ blue 251

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

Shades of Navy Blue #044EFB

Tints of Navy Blue #044EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.42%

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

R = 1.2%
G = 23.42%
B = 75.38%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#044EFB (or 0x044EFB) is known color: Navy Blue. HEX triplet: 04, 4E and FB. RGB value is (4,78,251). Sum of RGB (Red+Green+Blue) = 4+78+251=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #044EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044EFB is #FBB104. Grayscale: #4A4A4A. Windows color (decimal): -16494853 or 16469508. OLE color: 16469508.

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

Color convert

RGB 4 78 251 -
CMYK 0.98 0.69 0 0.02
HSL 222.02º 0.97% 0.5% -
HSV(B) 222.02º 0.98% 0.98% -
XYZ 20.19 12.44 92.6 -
YUV 75.6 226.98 76.93 -
System Red Green Blue C M Y K H S L
Decimal 4 78 251 0.98 0.69 0 0.02 222.02 0.97 0.5
Hex 4 4E FB 62 45 0 2 DE 61 32
Octal 4 116 373 142 105 0 2 336 141 62
Binary 100 1001110 11111011 1100010 1000101 0 10 11011110 1100001 110010

Color Harmonies of #044EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EFB

Black with #044EFB

Text Example


Text Example

White with #044EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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