Html Css Color HEX #014ED2 Navy Blue

📋 copy color: '#014ED2'

red 1 ◦ green 78 ◦ blue 210

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

Shades of Navy Blue #014ED2

Tints of Navy Blue #014ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 72.66%

R = 0.35%
G = 26.99%
B = 72.66%

CMYK

 C value IS 1.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#014ED2 (or 0x014ED2) is known color: Navy Blue. HEX triplet: 01, 4E and D2. RGB value is (1,78,210). Sum of RGB (Red+Green+Blue) = 1+78+210=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 210 (82.42% from 255 or 72.66% from 289); Max value from RGB is 210 - color contains mainly: blue. Hex color #014ED2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014ED2 is #FEB12D. Grayscale: #454545. Windows color (decimal): -16691502 or 13782529. OLE color: 13782529.

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

Color convert

RGB 1 78 210 -
CMYK 1.00 0.63 0 0.18
HSL 217.89º 0.99% 0.41% -
HSV(B) 217.89º 1% 0.82% -
XYZ 14.37 10.11 62.17 -
YUV 70.03 206.99 78.77 -
System Red Green Blue C M Y K H S L
Decimal 1 78 210 1.00 0.63 0 0.18 217.89 0.99 0.41
Hex 1 4E D2 64 3F 0 12 DA 63 29
Octal 1 116 322 144 77 0 22 332 143 51
Binary 1 1001110 11010010 1100100 111111 0 10010 11011010 1100011 101001

Color Harmonies of #014ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014ED2

Black with #014ED2

Text Example


Text Example

White with #014ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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