#004fde

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

Shades of Navy Blue #004FDE

Tints of Navy Blue #004FDE

Color information

#004FDE (or 0x004FDE) is unknown color: approx Navy Blue. HEX triplet: 00, 4F and DE. RGB value is (0,79,222). Sum of RGB (Red+Green+Blue) = 0+79+222=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #004FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FDE is #FFB021. Grayscale: #474747. Windows color (decimal): -16756770 or 14569216. OLE color: 14569216.

HSL color Cylindrical-coordinate representation of color #004FDE: hue angle of 218.65º 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 #004FDE is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB079222-
CMYK10.6400.13
HSL218.65º100%43.53%-
HSV(B)218.65º100%87.06%-
XYZ15.9810.8770.36-
YUV71.68212.8376.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 26.25%
BLUE value IS 222 (87.11% from 255) = 73.75%
R=0%
G=26.25%
B=73.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal07922210.6400.13218.6510043.53
Hex04FDE64400Ddb642c
Octal011733614410001533314454
Binary01001111110111101100100100000001101110110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004fde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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