Html Css Color HEX #004FE0 Navy Blue

📋 copy color: '#004FE0'

red 0 ◦ green 79 ◦ blue 224

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

Shades of Navy Blue #004FE0

Tints of Navy Blue #004FE0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 79 (31.25% from 255) = 26.07%

 BLUE value IS 224 (87.89% from 255) = 73.93%

R = 0%
G = 26.07%
B = 73.93%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#004FE0 (or 0x004FE0) is known color: Navy Blue. HEX triplet: 00, 4F and E0. RGB value is (0,79,224). Sum of RGB (Red+Green+Blue) = 0+79+224=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 224 (87.89% from 255 or 73.93% from 303); Max value from RGB is 224 - color contains mainly: blue. Hex color #004FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004FE0 is #FFB01F. Grayscale: #474747. Windows color (decimal): -16756768 or 14700288. OLE color: 14700288.

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

Color convert

RGB 0 79 224 -
CMYK 1 0.65 0 0.12
HSL 218.84º 1% 0.44% -
HSV(B) 218.84º 1% 0.88% -
XYZ 16.25 10.97 71.78 -
YUV 71.91 213.83 76.71 -
System Red Green Blue C M Y K H S L
Decimal 0 79 224 1 0.65 0 0.12 218.84 1 0.44
Hex 0 4F E0 64 41 0 C DB 64 2C
Octal 0 117 340 144 101 0 14 333 144 54
Binary 0 1001111 11100000 1100100 1000001 0 1100 11011011 1100100 101100

Color Harmonies of #004FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FE0

Black with #004FE0

Text Example


Text Example

White with #004FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #004FE0;
 }
 .AnyTagClassName
 {
   color: #004FE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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