#004ADD

Color #004ADD Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #004ADD

Tints of Navy Blue #004ADD

Color information

#004ADD (or 0x004ADD) is unknown color: approx 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

RGB074221-
CMYK10.6700.13
HSL219.91º100%43.33%-
HSV(B)219.91º100%86.67%-
XYZ15.510.1269.54-
YUV68.63213.9879.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 221 (86.72% from 255) = 74.92%
R=0%
G=25.08%
B=74.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal07422110.6700.13219.9110043.33
Hex04ADD64430Ddc642b
Octal011233514410301533414453
Binary01001010110111011100100100001101101110111001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>