Html Css Color HEX #044ECC Navy Blue

📋 copy color: '#044ECC'

red 4 ◦ green 78 ◦ blue 204

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

Shades of Navy Blue #044ECC

Tints of Navy Blue #044ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.33%

R = 1.4%
G = 27.27%
B = 71.33%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#044ECC (or 0x044ECC) is known color: Navy Blue. HEX triplet: 04, 4E and CC. RGB value is (4,78,204). Sum of RGB (Red+Green+Blue) = 4+78+204=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #044ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044ECC is #FBB133. Grayscale: #454545. Windows color (decimal): -16494900 or 13389316. OLE color: 13389316.

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

Color convert

RGB 4 78 204 -
CMYK 0.98 0.62 0 0.2
HSL 217.8º 0.96% 0.41% -
HSV(B) 217.8º 0.98% 0.8% -
XYZ 13.67 9.83 58.3 -
YUV 70.24 203.48 80.75 -
System Red Green Blue C M Y K H S L
Decimal 4 78 204 0.98 0.62 0 0.2 217.8 0.96 0.41
Hex 4 4E CC 62 3E 0 14 DA 60 29
Octal 4 116 314 142 76 0 24 332 140 51
Binary 100 1001110 11001100 1100010 111110 0 10100 11011010 1100000 101001

Color Harmonies of #044ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044ECC

Black with #044ECC

Text Example


Text Example

White with #044ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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