Html Css Color HEX #004ADD Navy Blue

📋 copy color: '#004ADD'

red 0 ◦ green 74 ◦ blue 221

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

Shades of Navy Blue #004ADD

Tints of Navy Blue #004ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.92%

R = 0%
G = 25.08%
B = 74.92%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#004ADD (or 0x004ADD) is known color: Navy Blue. HEX triplet: 00, 4A and DD. RGB value is (0,74,221). Sum of RGB (Red+Green+Blue) = 0+74+221=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #004ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ADD is #FFB522. Grayscale: #434343. Windows color (decimal): -16758051 or 14502400. OLE color: 14502400.

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

Color convert

RGB 0 74 221 -
CMYK 1 0.67 0 0.13
HSL 219.91º 1% 0.43% -
HSV(B) 219.91º 1% 0.87% -
XYZ 15.5 10.12 69.54 -
YUV 68.63 213.98 79.05 -
System Red Green Blue C M Y K H S L
Decimal 0 74 221 1 0.67 0 0.13 219.91 1 0.43
Hex 0 4A DD 64 43 0 D DC 64 2B
Octal 0 112 335 144 103 0 15 334 144 53
Binary 0 1001010 11011101 1100100 1000011 0 1101 11011100 1100100 101011

Color Harmonies of #004ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ADD

Black with #004ADD

Text Example


Text Example

White with #004ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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