Html Css Color HEX #004EC5 Navy Blue

📋 copy color: '#004EC5'

red 0 ◦ green 78 ◦ blue 197

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

Shades of Navy Blue #004EC5

Tints of Navy Blue #004EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 71.64%

R = 0%
G = 28.36%
B = 71.64%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#004EC5 (or 0x004EC5) is known color: Navy Blue. HEX triplet: 00, 4E and C5. RGB value is (0,78,197). Sum of RGB (Red+Green+Blue) = 0+78+197=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 197 (77.34% from 255 or 71.64% from 275); Max value from RGB is 197 - color contains mainly: blue. Hex color #004EC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004EC5 is #FFB13A. Grayscale: #434343. Windows color (decimal): -16757051 or 12930560. OLE color: 12930560.

HSL color Cylindrical-coordinate representation of color #004EC5: hue angle of 216.24º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EC5 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 0 78 197 -
CMYK 1 0.60 0 0.23
HSL 216.24º 1% 0.39% -
HSV(B) 216.24º 1% 0.77% -
XYZ 12.8 9.48 53.98 -
YUV 68.24 200.66 79.32 -
System Red Green Blue C M Y K H S L
Decimal 0 78 197 1 0.60 0 0.23 216.24 1 0.39
Hex 0 4E C5 64 3C 0 17 D8 64 27
Octal 0 116 305 144 74 0 27 330 144 47
Binary 0 1001110 11000101 1100100 111100 0 10111 11011000 1100100 100111

Color Harmonies of #004EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004EC5

Black with #004EC5

Text Example


Text Example

White with #004EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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