Html Css Color HEX #004FDE Navy Blue

📋 copy color: '#004FDE'

red 0 ◦ green 79 ◦ blue 222

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

Shades of Navy Blue #004FDE

Tints of Navy Blue #004FDE

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 value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#004FDE (or 0x004FDE) is known color: 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

RGB 0 79 222 -
CMYK 1 0.64 0 0.13
HSL 218.65º 1% 0.44% -
HSV(B) 218.65º 1% 0.87% -
XYZ 15.98 10.87 70.36 -
YUV 71.68 212.83 76.87 -
System Red Green Blue C M Y K H S L
Decimal 0 79 222 1 0.64 0 0.13 218.65 1 0.44
Hex 0 4F DE 64 40 0 D DB 64 2C
Octal 0 117 336 144 100 0 15 333 144 54
Binary 0 1001111 11011110 1100100 1000000 0 1101 11011011 1100100 101100

Color Harmonies of #004FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FDE

Black with #004FDE

Text Example


Text Example

White with #004FDE

Text Example


Text Example

HTML Codes & Css Web 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>