Html Css Color HEX #044CDE Navy Blue

📋 copy color: '#044CDE'

red 4 ◦ green 76 ◦ blue 222

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

Shades of Navy Blue #044CDE

Tints of Navy Blue #044CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.51%

R = 1.32%
G = 25.17%
B = 73.51%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#044CDE (or 0x044CDE) is known color: Navy Blue. HEX triplet: 04, 4C and DE. RGB value is (4,76,222). Sum of RGB (Red+Green+Blue) = 4+76+222=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #044CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CDE is #FBB321. Grayscale: #464646. Windows color (decimal): -16495394 or 14568452. OLE color: 14568452.

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

Color convert

RGB 4 76 222 -
CMYK 0.98 0.66 0 0.13
HSL 220.18º 0.96% 0.44% -
HSV(B) 220.18º 0.98% 0.87% -
XYZ 15.82 10.47 70.29 -
YUV 71.12 213.15 80.13 -
System Red Green Blue C M Y K H S L
Decimal 4 76 222 0.98 0.66 0 0.13 220.18 0.96 0.44
Hex 4 4C DE 62 42 0 D DC 60 2C
Octal 4 114 336 142 102 0 15 334 140 54
Binary 100 1001100 11011110 1100010 1000010 0 1101 11011100 1100000 101100

Color Harmonies of #044CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CDE

Black with #044CDE

Text Example


Text Example

White with #044CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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