Html Css Color HEX #044EFA Navy Blue

📋 copy color: '#044EFA'

red 4 ◦ green 78 ◦ blue 250

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

Shades of Navy Blue #044EFA

Tints of Navy Blue #044EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.3%

R = 1.2%
G = 23.49%
B = 75.3%

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

#044EFA (or 0x044EFA) is known color: Navy Blue. HEX triplet: 04, 4E and FA. RGB value is (4,78,250). Sum of RGB (Red+Green+Blue) = 4+78+250=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #044EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044EFA is #FBB105. Grayscale: #4A4A4A. Windows color (decimal): -16494854 or 16403972. OLE color: 16403972.

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

Color convert

RGB 4 78 250 -
CMYK 0.98 0.69 0 0.02
HSL 221.95º 0.97% 0.5% -
HSV(B) 221.95º 0.98% 0.98% -
XYZ 20.03 12.38 91.78 -
YUV 75.48 226.48 77.01 -
System Red Green Blue C M Y K H S L
Decimal 4 78 250 0.98 0.69 0 0.02 221.95 0.97 0.5
Hex 4 4E FA 62 45 0 2 DE 61 32
Octal 4 116 372 142 105 0 2 336 141 62
Binary 100 1001110 11111010 1100010 1000101 0 10 11011110 1100001 110010

Color Harmonies of #044EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EFA

Black with #044EFA

Text Example


Text Example

White with #044EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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