Html Css Color HEX #004EEC Navy Blue

📋 copy color: '#004EEC'

red 0 ◦ green 78 ◦ blue 236

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

Shades of Navy Blue #004EEC

Tints of Navy Blue #004EEC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.84%

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

R = 0%
G = 24.84%
B = 75.16%

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

#004EEC (or 0x004EEC) is known color: Navy Blue. HEX triplet: 00, 4E and EC. RGB value is (0,78,236). Sum of RGB (Red+Green+Blue) = 0+78+236=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #004EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #004EEC is #FFB113. Grayscale: #474747. Windows color (decimal): -16757012 or 15486464. OLE color: 15486464.

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

Color convert

RGB 0 78 236 -
CMYK 1 0.67 0 0.07
HSL 220.17º 1% 0.46% -
HSV(B) 220.17º 1% 0.93% -
XYZ 17.86 11.5 80.64 -
YUV 72.69 220.16 76.15 -
System Red Green Blue C M Y K H S L
Decimal 0 78 236 1 0.67 0 0.07 220.17 1 0.46
Hex 0 4E EC 64 43 0 7 DC 64 2E
Octal 0 116 354 144 103 0 7 334 144 56
Binary 0 1001110 11101100 1100100 1000011 0 111 11011100 1100100 101110

Color Harmonies of #004EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004EEC

Black with #004EEC

Text Example


Text Example

White with #004EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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