Html Css Color HEX #044EFC Navy Blue

📋 copy color: '#044EFC'

red 4 ◦ green 78 ◦ blue 252

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

Shades of Navy Blue #044EFC

Tints of Navy Blue #044EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75.45%

R = 1.2%
G = 23.35%
B = 75.45%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#044EFC (or 0x044EFC) is known color: Navy Blue. HEX triplet: 04, 4E and FC. RGB value is (4,78,252). Sum of RGB (Red+Green+Blue) = 4+78+252=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #044EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044EFC is #FBB103. Grayscale: #4A4A4A. Windows color (decimal): -16494852 or 16535044. OLE color: 16535044.

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

Color convert

RGB 4 78 252 -
CMYK 0.98 0.69 0 0.01
HSL 222.1º 0.98% 0.5% -
HSV(B) 222.1º 0.98% 0.99% -
XYZ 20.35 12.5 93.44 -
YUV 75.71 227.48 76.85 -
System Red Green Blue C M Y K H S L
Decimal 4 78 252 0.98 0.69 0 0.01 222.1 0.98 0.5
Hex 4 4E FC 62 45 0 1 DE 62 32
Octal 4 116 374 142 105 0 1 336 142 62
Binary 100 1001110 11111100 1100010 1000101 0 1 11011110 1100010 110010

Color Harmonies of #044EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EFC

Black with #044EFC

Text Example


Text Example

White with #044EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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