Html Css Color HEX #044EC8 Navy Blue

📋 copy color: '#044EC8'

red 4 ◦ green 78 ◦ blue 200

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

Shades of Navy Blue #044EC8

Tints of Navy Blue #044EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 70.92%

R = 1.42%
G = 27.66%
B = 70.92%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#044EC8 (or 0x044EC8) is known color: Navy Blue. HEX triplet: 04, 4E and C8. RGB value is (4,78,200). Sum of RGB (Red+Green+Blue) = 4+78+200=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 200 (78.52% from 255 or 70.92% from 282); Max value from RGB is 200 - color contains mainly: blue. Hex color #044EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EC8 is #FBB137. Grayscale: #454545. Windows color (decimal): -16494904 or 13127172. OLE color: 13127172.

HSL color Cylindrical-coordinate representation of color #044EC8: hue angle of 217.35º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EC8 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 4 78 200 -
CMYK 0.98 0.61 0 0.22
HSL 217.35º 0.96% 0.4% -
HSV(B) 217.35º 0.98% 0.78% -
XYZ 13.2 9.64 55.81 -
YUV 69.78 201.48 81.08 -
System Red Green Blue C M Y K H S L
Decimal 4 78 200 0.98 0.61 0 0.22 217.35 0.96 0.4
Hex 4 4E C8 62 3D 0 16 D9 60 28
Octal 4 116 310 142 75 0 26 331 140 50
Binary 100 1001110 11001000 1100010 111101 0 10110 11011001 1100000 101000

Color Harmonies of #044EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044EC8

Black with #044EC8

Text Example


Text Example

White with #044EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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