Html Css Color HEX #044CE0 Navy Blue

📋 copy color: '#044CE0'

red 4 ◦ green 76 ◦ blue 224

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

Shades of Navy Blue #044CE0

Tints of Navy Blue #044CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25%

 BLUE value IS 224 (87.89% from 255) = 73.68%

R = 1.32%
G = 25%
B = 73.68%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#044CE0 (or 0x044CE0) is known color: Navy Blue. HEX triplet: 04, 4C and E0. RGB value is (4,76,224). Sum of RGB (Red+Green+Blue) = 4+76+224=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 224 (87.89% from 255 or 73.68% from 304); Max value from RGB is 224 - color contains mainly: blue. Hex color #044CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CE0 is #FBB31F. Grayscale: #464646. Windows color (decimal): -16495392 or 14699524. OLE color: 14699524.

HSL color Cylindrical-coordinate representation of color #044CE0: hue angle of 220.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044CE0 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 4 76 224 -
CMYK 0.98 0.66 0 0.12
HSL 220.36º 0.96% 0.45% -
HSV(B) 220.36º 0.98% 0.88% -
XYZ 16.09 10.58 71.71 -
YUV 71.34 214.15 79.97 -
System Red Green Blue C M Y K H S L
Decimal 4 76 224 0.98 0.66 0 0.12 220.36 0.96 0.45
Hex 4 4C E0 62 42 0 C DC 60 2D
Octal 4 114 340 142 102 0 14 334 140 55
Binary 100 1001100 11100000 1100010 1000010 0 1100 11011100 1100000 101101

Color Harmonies of #044CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CE0

Black with #044CE0

Text Example


Text Example

White with #044CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,76,224); }

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

background-color css

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

 a { background-color: rgb(4,76,224); }

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

border-color css

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

 span { border-color: rgb(4,76,224); }

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