#004AD3

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

Shades of Navy Blue #004AD3

Tints of Navy Blue #004AD3

Color information

#004AD3 (or 0x004AD3) is unknown color: approx Navy Blue. HEX triplet: 00, 4A and D3. RGB value is (0,74,211). Sum of RGB (Red+Green+Blue) = 0+74+211=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 211 (82.81% from 255 or 74.04% from 285); Max value from RGB is 211 - color contains mainly: blue. Hex color #004AD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004AD3 is #FFB52C. Grayscale: #424242. Windows color (decimal): -16758061 or 13847040. OLE color: 13847040.

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

Color convert

RGB074211-
CMYK10.6500.17
HSL218.96º100%41.37%-
HSV(B)218.96º100%82.75%-
XYZ14.219.662.73-
YUV67.49208.9879.86-

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.96%
BLUE value IS 211 (82.81% from 255) = 74.04%
R=0%
G=25.96%
B=74.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal07421110.6500.17218.9610041.37
Hex04AD36441011db6429
Octal011232314410102133314451
Binary010010101101001111001001000001010001110110111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #004AD3;
 }
 .AnyTagClassName
 {
   color: #004AD3;
 }
</style>
background-color css

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

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

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

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

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

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