Html Css Color HEX #014ED8 Navy Blue

📋 copy color: '#014ED8'

red 1 ◦ green 78 ◦ blue 216

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

Shades of Navy Blue #014ED8

Tints of Navy Blue #014ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 73.22%

R = 0.34%
G = 26.44%
B = 73.22%

CMYK

 C value IS 1.00

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#014ED8 (or 0x014ED8) is known color: Navy Blue. HEX triplet: 01, 4E and D8. RGB value is (1,78,216). Sum of RGB (Red+Green+Blue) = 1+78+216=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 216 (84.77% from 255 or 73.22% from 295); Max value from RGB is 216 - color contains mainly: blue. Hex color #014ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014ED8 is #FEB127. Grayscale: #464646. Windows color (decimal): -16691496 or 14175745. OLE color: 14175745.

HSL color Cylindrical-coordinate representation of color #014ED8: hue angle of 218.51º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014ED8 is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 78 216 -
CMYK 1.00 0.64 0 0.15
HSL 218.51º 0.99% 0.43% -
HSV(B) 218.51º 1% 0.85% -
XYZ 15.13 10.41 66.18 -
YUV 70.71 209.99 78.28 -
System Red Green Blue C M Y K H S L
Decimal 1 78 216 1.00 0.64 0 0.15 218.51 0.99 0.43
Hex 1 4E D8 64 40 0 F DB 63 2B
Octal 1 116 330 144 100 0 17 333 143 53
Binary 1 1001110 11011000 1100100 1000000 0 1111 11011011 1100011 101011

Color Harmonies of #014ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014ED8

Black with #014ED8

Text Example


Text Example

White with #014ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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