Html Css Color HEX #014ECE Navy Blue

📋 copy color: '#014ECE'

red 1 ◦ green 78 ◦ blue 206

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

Shades of Navy Blue #014ECE

Tints of Navy Blue #014ECE

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

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

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

R = 0.35%
G = 27.37%
B = 72.28%

CMYK

 C value IS 1.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#014ECE (or 0x014ECE) is known color: Navy Blue. HEX triplet: 01, 4E and CE. RGB value is (1,78,206). Sum of RGB (Red+Green+Blue) = 1+78+206=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #014ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014ECE is #FEB131. Grayscale: #444444. Windows color (decimal): -16691506 or 13520385. OLE color: 13520385.

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

Color convert

RGB 1 78 206 -
CMYK 1.00 0.62 0 0.19
HSL 217.46º 0.99% 0.41% -
HSV(B) 217.46º 1% 0.81% -
XYZ 13.88 9.91 59.57 -
YUV 69.57 204.99 79.09 -
System Red Green Blue C M Y K H S L
Decimal 1 78 206 1.00 0.62 0 0.19 217.46 0.99 0.41
Hex 1 4E CE 64 3E 0 13 D9 63 29
Octal 1 116 316 144 76 0 23 331 143 51
Binary 1 1001110 11001110 1100100 111110 0 10011 11011001 1100011 101001

Color Harmonies of #014ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014ECE

Black with #014ECE

Text Example


Text Example

White with #014ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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