Html Css Color HEX #004ADA Navy Blue

📋 copy color: '#004ADA'

red 0 ◦ green 74 ◦ blue 218

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

Shades of Navy Blue #004ADA

Tints of Navy Blue #004ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 74.66%

R = 0%
G = 25.34%
B = 74.66%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#004ADA (or 0x004ADA) is known color: Navy Blue. HEX triplet: 00, 4A and DA. RGB value is (0,74,218). Sum of RGB (Red+Green+Blue) = 0+74+218=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 218 (85.55% from 255 or 74.66% from 292); Max value from RGB is 218 - color contains mainly: blue. Hex color #004ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ADA is #FFB525. Grayscale: #434343. Windows color (decimal): -16758054 or 14305792. OLE color: 14305792.

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

Color convert

RGB 0 74 218 -
CMYK 1 0.66 0 0.15
HSL 219.63º 1% 0.43% -
HSV(B) 219.63º 1% 0.85% -
XYZ 15.1 9.96 67.46 -
YUV 68.29 212.48 79.29 -
System Red Green Blue C M Y K H S L
Decimal 0 74 218 1 0.66 0 0.15 219.63 1 0.43
Hex 0 4A DA 64 42 0 F DC 64 2B
Octal 0 112 332 144 102 0 17 334 144 53
Binary 0 1001010 11011010 1100100 1000010 0 1111 11011100 1100100 101011

Color Harmonies of #004ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ADA

Black with #004ADA

Text Example


Text Example

White with #004ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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