#004DFF

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

Shades of Navy Blue #004DFF

Tints of Navy Blue #004DFF

Color information

#004DFF (or 0x004DFF) is unknown color: approx Navy Blue. HEX triplet: 00, 4D and FF. RGB value is (0,77,255). Sum of RGB (Red+Green+Blue) = 0+77+255=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #004DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004DFF is #FFB200. Grayscale: #494949. Windows color (decimal): -16757249 or 16731392. OLE color: 16731392.

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

Color convert

RGB077255-
CMYK10.7000
HSL221.88º100%50%-
HSV(B)221.88º100%100%-
XYZ20.712.5395.93-
YUV74.27229.9975.03-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 255 (100% from 255) = 76.81%
R=0%
G=23.19%
B=76.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal07725510.7000221.8810050
Hex04DFF644600de6432
Octal01153771441060033614462
Binary01001101111111111100100100011000110111101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,77,255); }

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

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

 a { background-color: rgb(0,77,255); }

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

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

 span { border-color: rgb(0,77,255); }

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