Html Css Color HEX #014EFE Navy Blue

📋 copy color: '#014EFE'

red 1 ◦ green 78 ◦ blue 254

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

Shades of Navy Blue #014EFE

Tints of Navy Blue #014EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 76.28%

R = 0.3%
G = 23.42%
B = 76.28%

CMYK

 C value IS 1.00

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#014EFE (or 0x014EFE) is known color: Navy Blue. HEX triplet: 01, 4E and FE. RGB value is (1,78,254). Sum of RGB (Red+Green+Blue) = 1+78+254=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #014EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014EFE is #FEB101. Grayscale: #4A4A4A. Windows color (decimal): -16691458 or 16666113. OLE color: 16666113.

HSL color Cylindrical-coordinate representation of color #014EFE: hue angle of 221.74º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014EFE is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 78 254 -
CMYK 1.00 0.69 0 0.00
HSL 221.74º 0.99% 0.5% -
HSV(B) 221.74º 1% 1% -
XYZ 20.63 12.61 95.11 -
YUV 75.04 228.99 75.19 -
System Red Green Blue C M Y K H S L
Decimal 1 78 254 1.00 0.69 0 0.00 221.74 0.99 0.5
Hex 1 4E FE 64 45 0 0 DE 63 32
Octal 1 116 376 144 105 0 0 336 143 62
Binary 1 1001110 11111110 1100100 1000101 0 0 11011110 1100011 110010

Color Harmonies of #014EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014EFE

Black with #014EFE

Text Example


Text Example

White with #014EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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