Html Css Color HEX #044BD2 Navy Blue

📋 copy color: '#044BD2'

red 4 ◦ green 75 ◦ blue 210

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

Shades of Navy Blue #044BD2

Tints of Navy Blue #044BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 72.66%

R = 1.38%
G = 25.95%
B = 72.66%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#044BD2 (or 0x044BD2) is known color: Navy Blue. HEX triplet: 04, 4B and D2. RGB value is (4,75,210). Sum of RGB (Red+Green+Blue) = 4+75+210=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 210 (82.42% from 255 or 72.66% from 289); Max value from RGB is 210 - color contains mainly: blue. Hex color #044BD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BD2 is #FBB42D. Grayscale: #444444. Windows color (decimal): -16495662 or 13781764. OLE color: 13781764.

HSL color Cylindrical-coordinate representation of color #044BD2: hue angle of 219.32º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BD2 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 75 210 -
CMYK 0.98 0.64 0 0.18
HSL 219.32º 0.96% 0.42% -
HSV(B) 219.32º 0.98% 0.82% -
XYZ 14.2 9.71 62.1 -
YUV 69.16 207.48 81.52 -
System Red Green Blue C M Y K H S L
Decimal 4 75 210 0.98 0.64 0 0.18 219.32 0.96 0.42
Hex 4 4B D2 62 40 0 12 DB 60 2A
Octal 4 113 322 142 100 0 22 333 140 52
Binary 100 1001011 11010010 1100010 1000000 0 10010 11011011 1100000 101010

Color Harmonies of #044BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BD2

Black with #044BD2

Text Example


Text Example

White with #044BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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