Html Css Color HEX #004FEC Navy Blue

📋 copy color: '#004FEC'

red 0 ◦ green 79 ◦ blue 236

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

Shades of Navy Blue #004FEC

Tints of Navy Blue #004FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.92%

R = 0%
G = 25.08%
B = 74.92%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#004FEC (or 0x004FEC) is known color: Navy Blue. HEX triplet: 00, 4F and EC. RGB value is (0,79,236). Sum of RGB (Red+Green+Blue) = 0+79+236=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #004FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004FEC is #FFB013. Grayscale: #484848. Windows color (decimal): -16756756 or 15486720. OLE color: 15486720.

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

Color convert

RGB 0 79 236 -
CMYK 1 0.67 0 0.07
HSL 219.92º 1% 0.46% -
HSV(B) 219.92º 1% 0.93% -
XYZ 17.94 11.65 80.66 -
YUV 73.28 219.83 75.73 -
System Red Green Blue C M Y K H S L
Decimal 0 79 236 1 0.67 0 0.07 219.92 1 0.46
Hex 0 4F EC 64 43 0 7 DC 64 2E
Octal 0 117 354 144 103 0 7 334 144 56
Binary 0 1001111 11101100 1100100 1000011 0 111 11011100 1100100 101110

Color Harmonies of #004FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FEC

Black with #004FEC

Text Example


Text Example

White with #004FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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