Html Css Color HEX #004ADC Navy Blue

📋 copy color: '#004ADC'

red 0 ◦ green 74 ◦ blue 220

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

Shades of Navy Blue #004ADC

Tints of Navy Blue #004ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 74.83%

R = 0%
G = 25.17%
B = 74.83%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#004ADC (or 0x004ADC) is known color: Navy Blue. HEX triplet: 00, 4A and DC. RGB value is (0,74,220). Sum of RGB (Red+Green+Blue) = 0+74+220=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 220 (86.33% from 255 or 74.83% from 294); Max value from RGB is 220 - color contains mainly: blue. Hex color #004ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ADC is #FFB523. Grayscale: #434343. Windows color (decimal): -16758052 or 14436864. OLE color: 14436864.

HSL color Cylindrical-coordinate representation of color #004ADC: hue angle of 219.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004ADC is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 74 220 -
CMYK 1 0.66 0 0.14
HSL 219.82º 1% 0.43% -
HSV(B) 219.82º 1% 0.86% -
XYZ 15.37 10.06 68.84 -
YUV 68.52 213.48 79.13 -
System Red Green Blue C M Y K H S L
Decimal 0 74 220 1 0.66 0 0.14 219.82 1 0.43
Hex 0 4A DC 64 42 0 E DC 64 2B
Octal 0 112 334 144 102 0 16 334 144 53
Binary 0 1001010 11011100 1100100 1000010 0 1110 11011100 1100100 101011

Color Harmonies of #004ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ADC

Black with #004ADC

Text Example


Text Example

White with #004ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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