Html Css Color HEX #044BCD Navy Blue

📋 copy color: '#044BCD'

red 4 ◦ green 75 ◦ blue 205

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

Shades of Navy Blue #044BCD

Tints of Navy Blue #044BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.18%

R = 1.41%
G = 26.41%
B = 72.18%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#044BCD (or 0x044BCD) is known color: Navy Blue. HEX triplet: 04, 4B and CD. RGB value is (4,75,205). Sum of RGB (Red+Green+Blue) = 4+75+205=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #044BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BCD is #FBB432. Grayscale: #444444. Windows color (decimal): -16495667 or 13454084. OLE color: 13454084.

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

Color convert

RGB 4 75 205 -
CMYK 0.98 0.63 0 0.20
HSL 218.81º 0.96% 0.41% -
HSV(B) 218.81º 0.98% 0.8% -
XYZ 13.59 9.47 58.87 -
YUV 68.59 204.98 81.93 -
System Red Green Blue C M Y K H S L
Decimal 4 75 205 0.98 0.63 0 0.20 218.81 0.96 0.41
Hex 4 4B CD 62 3F 0 14 DB 60 29
Octal 4 113 315 142 77 0 24 333 140 51
Binary 100 1001011 11001101 1100010 111111 0 10100 11011011 1100000 101001

Color Harmonies of #044BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044BCD

Black with #044BCD

Text Example


Text Example

White with #044BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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