Html Css Color HEX #044CCD Navy Blue

📋 copy color: '#044CCD'

red 4 ◦ green 76 ◦ blue 205

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

Shades of Navy Blue #044CCD

Tints of Navy Blue #044CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

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

R = 1.4%
G = 26.67%
B = 71.93%

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

#044CCD (or 0x044CCD) is known color: Navy Blue. HEX triplet: 04, 4C and CD. RGB value is (4,76,205). Sum of RGB (Red+Green+Blue) = 4+76+205=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #044CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CCD is #FBB332. Grayscale: #444444. Windows color (decimal): -16495411 or 13454340. OLE color: 13454340.

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

Color convert

RGB 4 76 205 -
CMYK 0.98 0.63 0 0.20
HSL 218.51º 0.96% 0.41% -
HSV(B) 218.51º 0.98% 0.8% -
XYZ 13.65 9.6 58.89 -
YUV 69.18 204.65 81.51 -
System Red Green Blue C M Y K H S L
Decimal 4 76 205 0.98 0.63 0 0.20 218.51 0.96 0.41
Hex 4 4C CD 62 3F 0 14 DB 60 29
Octal 4 114 315 142 77 0 24 333 140 51
Binary 100 1001100 11001101 1100010 111111 0 10100 11011011 1100000 101001

Color Harmonies of #044CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044CCD

Black with #044CCD

Text Example


Text Example

White with #044CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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