Html Css Color HEX #044BDE Navy Blue

📋 copy color: '#044BDE'

red 4 ◦ green 75 ◦ blue 222

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

Shades of Navy Blue #044BDE

Tints of Navy Blue #044BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

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

R = 1.33%
G = 24.92%
B = 73.75%

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

#044BDE (or 0x044BDE) is known color: Navy Blue. HEX triplet: 04, 4B and DE. RGB value is (4,75,222). Sum of RGB (Red+Green+Blue) = 4+75+222=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #044BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BDE is #FBB421. Grayscale: #454545. Windows color (decimal): -16495650 or 14568196. OLE color: 14568196.

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

Color convert

RGB 4 75 222 -
CMYK 0.98 0.66 0 0.13
HSL 220.46º 0.96% 0.44% -
HSV(B) 220.46º 0.98% 0.87% -
XYZ 15.75 10.33 70.27 -
YUV 70.53 213.48 80.55 -
System Red Green Blue C M Y K H S L
Decimal 4 75 222 0.98 0.66 0 0.13 220.46 0.96 0.44
Hex 4 4B DE 62 42 0 D DC 60 2C
Octal 4 113 336 142 102 0 15 334 140 54
Binary 100 1001011 11011110 1100010 1000010 0 1101 11011100 1100000 101100

Color Harmonies of #044BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BDE

Black with #044BDE

Text Example


Text Example

White with #044BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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