Html Css Color HEX #044ECB Navy Blue

📋 copy color: '#044ECB'

red 4 ◦ green 78 ◦ blue 203

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

Shades of Navy Blue #044ECB

Tints of Navy Blue #044ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 71.23%

R = 1.4%
G = 27.37%
B = 71.23%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#044ECB (or 0x044ECB) is known color: Navy Blue. HEX triplet: 04, 4E and CB. RGB value is (4,78,203). Sum of RGB (Red+Green+Blue) = 4+78+203=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #044ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044ECB is #FBB134. Grayscale: #454545. Windows color (decimal): -16494901 or 13323780. OLE color: 13323780.

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

Color convert

RGB 4 78 203 -
CMYK 0.98 0.62 0 0.20
HSL 217.69º 0.96% 0.41% -
HSV(B) 217.69º 0.98% 0.8% -
XYZ 13.55 9.79 57.67 -
YUV 70.12 202.98 80.84 -
System Red Green Blue C M Y K H S L
Decimal 4 78 203 0.98 0.62 0 0.20 217.69 0.96 0.41
Hex 4 4E CB 62 3E 0 14 DA 60 29
Octal 4 116 313 142 76 0 24 332 140 51
Binary 100 1001110 11001011 1100010 111110 0 10100 11011010 1100000 101001

Color Harmonies of #044ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044ECB

Black with #044ECB

Text Example


Text Example

White with #044ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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