Html Css Color HEX #044ECF Navy Blue

📋 copy color: '#044ECF'

red 4 ◦ green 78 ◦ blue 207

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

Shades of Navy Blue #044ECF

Tints of Navy Blue #044ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.63%

R = 1.38%
G = 26.99%
B = 71.63%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#044ECF (or 0x044ECF) is known color: Navy Blue. HEX triplet: 04, 4E and CF. RGB value is (4,78,207). Sum of RGB (Red+Green+Blue) = 4+78+207=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #044ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044ECF is #FBB130. Grayscale: #454545. Windows color (decimal): -16494897 or 13585924. OLE color: 13585924.

HSL color Cylindrical-coordinate representation of color #044ECF: hue angle of 218.13º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044ECF is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 78 207 -
CMYK 0.98 0.62 0 0.19
HSL 218.13º 0.96% 0.41% -
HSV(B) 218.13º 0.98% 0.81% -
XYZ 14.04 9.98 60.22 -
YUV 70.58 204.98 80.51 -
System Red Green Blue C M Y K H S L
Decimal 4 78 207 0.98 0.62 0 0.19 218.13 0.96 0.41
Hex 4 4E CF 62 3E 0 13 DA 60 29
Octal 4 116 317 142 76 0 23 332 140 51
Binary 100 1001110 11001111 1100010 111110 0 10011 11011010 1100000 101001

Color Harmonies of #044ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044ECF

Black with #044ECF

Text Example


Text Example

White with #044ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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