Html Css Color HEX #044DCE Navy Blue

📋 copy color: '#044DCE'

red 4 ◦ green 77 ◦ blue 206

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

Shades of Navy Blue #044DCE

Tints of Navy Blue #044DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.83%

 BLUE value IS 206 (80.86% from 255) = 71.78%

R = 1.39%
G = 26.83%
B = 71.78%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#044DCE (or 0x044DCE) is known color: Navy Blue. HEX triplet: 04, 4D and CE. RGB value is (4,77,206). Sum of RGB (Red+Green+Blue) = 4+77+206=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #044DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DCE is #FBB231. Grayscale: #454545. Windows color (decimal): -16495154 or 13520132. OLE color: 13520132.

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

Color convert

RGB 4 77 206 -
CMYK 0.98 0.63 0 0.19
HSL 218.32º 0.96% 0.41% -
HSV(B) 218.32º 0.98% 0.81% -
XYZ 13.84 9.79 59.55 -
YUV 69.88 204.82 81.01 -
System Red Green Blue C M Y K H S L
Decimal 4 77 206 0.98 0.63 0 0.19 218.32 0.96 0.41
Hex 4 4D CE 62 3F 0 13 DA 60 29
Octal 4 115 316 142 77 0 23 332 140 51
Binary 100 1001101 11001110 1100010 111111 0 10011 11011010 1100000 101001

Color Harmonies of #044DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044DCE

Black with #044DCE

Text Example


Text Example

White with #044DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,77,206); }

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

background-color css

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

 a { background-color: rgb(4,77,206); }

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

border-color css

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

 span { border-color: rgb(4,77,206); }

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