Html Css Color HEX #004ECF Navy Blue

📋 copy color: '#004ECF'

red 0 ◦ green 78 ◦ blue 207

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

Shades of Navy Blue #004ECF

Tints of Navy Blue #004ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 72.63%

R = 0%
G = 27.37%
B = 72.63%

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

#004ECF (or 0x004ECF) is known color: Navy Blue. HEX triplet: 00, 4E and CF. RGB value is (0,78,207). Sum of RGB (Red+Green+Blue) = 0+78+207=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #004ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004ECF is #FFB130. Grayscale: #444444. Windows color (decimal): -16757041 or 13585920. OLE color: 13585920.

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

Color convert

RGB 0 78 207 -
CMYK 1 0.62 0 0.19
HSL 217.39º 1% 0.41% -
HSV(B) 217.39º 1% 0.81% -
XYZ 13.99 9.95 60.22 -
YUV 69.38 205.66 78.51 -
System Red Green Blue C M Y K H S L
Decimal 0 78 207 1 0.62 0 0.19 217.39 1 0.41
Hex 0 4E CF 64 3E 0 13 D9 64 29
Octal 0 116 317 144 76 0 23 331 144 51
Binary 0 1001110 11001111 1100100 111110 0 10011 11011001 1100100 101001

Color Harmonies of #004ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ECF

Black with #004ECF

Text Example


Text Example

White with #004ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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