Html Css Color HEX #044FEC Navy Blue

📋 copy color: '#044FEC'

red 4 ◦ green 79 ◦ blue 236

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

Shades of Navy Blue #044FEC

Tints of Navy Blue #044FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.76%

 BLUE value IS 236 (92.58% from 255) = 73.98%

R = 1.25%
G = 24.76%
B = 73.98%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#044FEC (or 0x044FEC) is known color: Navy Blue. HEX triplet: 04, 4F and EC. RGB value is (4,79,236). Sum of RGB (Red+Green+Blue) = 4+79+236=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #044FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044FEC is #FBB013. Grayscale: #494949. Windows color (decimal): -16494612 or 15486724. OLE color: 15486724.

HSL color Cylindrical-coordinate representation of color #044FEC: hue angle of 220.6º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FEC is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 79 236 -
CMYK 0.98 0.67 0 0.07
HSL 220.6º 0.97% 0.47% -
HSV(B) 220.6º 0.98% 0.93% -
XYZ 17.99 11.67 80.66 -
YUV 74.47 219.15 77.73 -
System Red Green Blue C M Y K H S L
Decimal 4 79 236 0.98 0.67 0 0.07 220.6 0.97 0.47
Hex 4 4F EC 62 43 0 7 DD 61 2F
Octal 4 117 354 142 103 0 7 335 141 57
Binary 100 1001111 11101100 1100010 1000011 0 111 11011101 1100001 101111

Color Harmonies of #044FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FEC

Black with #044FEC

Text Example


Text Example

White with #044FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,79,236); }

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

background-color css

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

 a { background-color: rgb(4,79,236); }

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

border-color css

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

 span { border-color: rgb(4,79,236); }

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