Html Css Color HEX #004ADE Navy Blue

📋 copy color: '#004ADE'

red 0 ◦ green 74 ◦ blue 222

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

Shades of Navy Blue #004ADE

Tints of Navy Blue #004ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 75%

R = 0%
G = 25%
B = 75%

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

#004ADE (or 0x004ADE) is known color: Navy Blue. HEX triplet: 00, 4A and DE. RGB value is (0,74,222). Sum of RGB (Red+Green+Blue) = 0+74+222=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 222 (87.11% from 255 or 75% from 296); Max value from RGB is 222 - color contains mainly: blue. Hex color #004ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ADE is #FFB521. Grayscale: #444444. Windows color (decimal): -16758050 or 14567936. OLE color: 14567936.

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

Color convert

RGB 0 74 222 -
CMYK 1 0.67 0 0.13
HSL 220º 1% 0.44% -
HSV(B) 220º 1% 0.87% -
XYZ 15.63 10.17 70.25 -
YUV 68.75 214.48 78.97 -
System Red Green Blue C M Y K H S L
Decimal 0 74 222 1 0.67 0 0.13 220 1 0.44
Hex 0 4A DE 64 43 0 D DC 64 2C
Octal 0 112 336 144 103 0 15 334 144 54
Binary 0 1001010 11011110 1100100 1000011 0 1101 11011100 1100100 101100

Color Harmonies of #004ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ADE

Black with #004ADE

Text Example


Text Example

White with #004ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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