Html Css Color HEX #004AD4 Navy Blue

📋 copy color: '#004AD4'

red 0 ◦ green 74 ◦ blue 212

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

Shades of Navy Blue #004AD4

Tints of Navy Blue #004AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 74.13%

R = 0%
G = 25.87%
B = 74.13%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#004AD4 (or 0x004AD4) is known color: Navy Blue. HEX triplet: 00, 4A and D4. RGB value is (0,74,212). Sum of RGB (Red+Green+Blue) = 0+74+212=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 212 (83.20% from 255 or 74.13% from 286); Max value from RGB is 212 - color contains mainly: blue. Hex color #004AD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004AD4 is #FFB52B. Grayscale: #424242. Windows color (decimal): -16758060 or 13912576. OLE color: 13912576.

HSL color Cylindrical-coordinate representation of color #004AD4: hue angle of 219.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AD4 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 0 74 212 -
CMYK 1 0.65 0 0.17
HSL 219.06º 1% 0.42% -
HSV(B) 219.06º 1% 0.83% -
XYZ 14.33 9.65 63.39 -
YUV 67.61 209.48 79.78 -
System Red Green Blue C M Y K H S L
Decimal 0 74 212 1 0.65 0 0.17 219.06 1 0.42
Hex 0 4A D4 64 41 0 11 DB 64 2A
Octal 0 112 324 144 101 0 21 333 144 52
Binary 0 1001010 11010100 1100100 1000001 0 10001 11011011 1100100 101010

Color Harmonies of #004AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AD4

Black with #004AD4

Text Example


Text Example

White with #004AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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