Html Css Color HEX #004ACD Navy Blue

📋 copy color: '#004ACD'

red 0 ◦ green 74 ◦ blue 205

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

Shades of Navy Blue #004ACD

Tints of Navy Blue #004ACD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 74 (29.3% from 255) = 26.52%

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

R = 0%
G = 26.52%
B = 73.48%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#004ACD (or 0x004ACD) is known color: Navy Blue. HEX triplet: 00, 4A and CD. RGB value is (0,74,205). Sum of RGB (Red+Green+Blue) = 0+74+205=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 205 (80.47% from 255 or 73.48% from 279); Max value from RGB is 205 - color contains mainly: blue. Hex color #004ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ACD is #FFB532. Grayscale: #424242. Windows color (decimal): -16758067 or 13453824. OLE color: 13453824.

HSL color Cylindrical-coordinate representation of color #004ACD: hue angle of 218.34º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004ACD is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 74 205 -
CMYK 1 0.64 0 0.20
HSL 218.34º 1% 0.4% -
HSV(B) 218.34º 1% 0.8% -
XYZ 13.47 9.31 58.84 -
YUV 66.81 205.98 80.35 -
System Red Green Blue C M Y K H S L
Decimal 0 74 205 1 0.64 0 0.20 218.34 1 0.4
Hex 0 4A CD 64 40 0 14 DA 64 28
Octal 0 112 315 144 100 0 24 332 144 50
Binary 0 1001010 11001101 1100100 1000000 0 10100 11011010 1100100 101000

Color Harmonies of #004ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ACD

Black with #004ACD

Text Example


Text Example

White with #004ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004ACD; }

 p { color: rgb(0,74,205); }

 H1.HeaderClassName
 {
   color: #004ACD;
 }
 .AnyTagClassName
 {
   color: #004ACD;
 }
</style>

background-color css

<style>
 a { background-color: #004ACD; }

 a { background-color: rgb(0,74,205); }

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

border-color css

<style>
 span { border-color: #004ACD; }

 span { border-color: rgb(0,74,205); }

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