Html Css Color HEX #014EDE Navy Blue

📋 copy color: '#014EDE'

red 1 ◦ green 78 ◦ blue 222

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

Shades of Navy Blue #014EDE

Tints of Navy Blue #014EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.75%

R = 0.33%
G = 25.91%
B = 73.75%

CMYK

 C value IS 1.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#014EDE (or 0x014EDE) is known color: Navy Blue. HEX triplet: 01, 4E and DE. RGB value is (1,78,222). Sum of RGB (Red+Green+Blue) = 1+78+222=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #014EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EDE is #FEB121. Grayscale: #464646. Windows color (decimal): -16691490 or 14568961. OLE color: 14568961.

HSL color Cylindrical-coordinate representation of color #014EDE: hue angle of 219.1º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014EDE is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 78 222 -
CMYK 1.00 0.65 0 0.13
HSL 219.1º 0.99% 0.44% -
HSV(B) 219.1º 1% 0.87% -
XYZ 15.92 10.73 70.34 -
YUV 71.39 212.99 77.79 -
System Red Green Blue C M Y K H S L
Decimal 1 78 222 1.00 0.65 0 0.13 219.1 0.99 0.44
Hex 1 4E DE 64 41 0 D DB 63 2C
Octal 1 116 336 144 101 0 15 333 143 54
Binary 1 1001110 11011110 1100100 1000001 0 1101 11011011 1100011 101100

Color Harmonies of #014EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014EDE

Black with #014EDE

Text Example


Text Example

White with #014EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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