Html Css Color HEX #004ECE Navy Blue

📋 copy color: '#004ECE'

red 0 ◦ green 78 ◦ blue 206

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

Shades of Navy Blue #004ECE

Tints of Navy Blue #004ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.54%

R = 0%
G = 27.46%
B = 72.54%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#004ECE (or 0x004ECE) is known color: Navy Blue. HEX triplet: 00, 4E and CE. RGB value is (0,78,206). Sum of RGB (Red+Green+Blue) = 0+78+206=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #004ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004ECE is #FFB131. Grayscale: #444444. Windows color (decimal): -16757042 or 13520384. OLE color: 13520384.

HSL color Cylindrical-coordinate representation of color #004ECE: hue angle of 217.28º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004ECE is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 78 206 -
CMYK 1 0.62 0 0.19
HSL 217.28º 1% 0.4% -
HSV(B) 217.28º 1% 0.81% -
XYZ 13.86 9.91 59.57 -
YUV 69.27 205.16 78.59 -
System Red Green Blue C M Y K H S L
Decimal 0 78 206 1 0.62 0 0.19 217.28 1 0.4
Hex 0 4E CE 64 3E 0 13 D9 64 28
Octal 0 116 316 144 76 0 23 331 144 50
Binary 0 1001110 11001110 1100100 111110 0 10011 11011001 1100100 101000

Color Harmonies of #004ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ECE

Black with #004ECE

Text Example


Text Example

White with #004ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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