Html Css Color HEX #044FCD Navy Blue

📋 copy color: '#044FCD'

red 4 ◦ green 79 ◦ blue 205

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

Shades of Navy Blue #044FCD

Tints of Navy Blue #044FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.43%

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

R = 1.39%
G = 27.43%
B = 71.18%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#044FCD (or 0x044FCD) is known color: Navy Blue. HEX triplet: 04, 4F and CD. RGB value is (4,79,205). Sum of RGB (Red+Green+Blue) = 4+79+205=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #044FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FCD is #FBB032. Grayscale: #464646. Windows color (decimal): -16494643 or 13455108. OLE color: 13455108.

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

Color convert

RGB 4 79 205 -
CMYK 0.98 0.61 0 0.20
HSL 217.61º 0.96% 0.41% -
HSV(B) 217.61º 0.98% 0.8% -
XYZ 13.87 10.03 58.96 -
YUV 70.94 203.65 80.25 -
System Red Green Blue C M Y K H S L
Decimal 4 79 205 0.98 0.61 0 0.20 217.61 0.96 0.41
Hex 4 4F CD 62 3D 0 14 DA 60 29
Octal 4 117 315 142 75 0 24 332 140 51
Binary 100 1001111 11001101 1100010 111101 0 10100 11011010 1100000 101001

Color Harmonies of #044FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044FCD

Black with #044FCD

Text Example


Text Example

White with #044FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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