Html Css Color HEX #014EDF Navy Blue

📋 copy color: '#014EDF'

red 1 ◦ green 78 ◦ blue 223

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

Shades of Navy Blue #014EDF

Tints of Navy Blue #014EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.84%

R = 0.33%
G = 25.83%
B = 73.84%

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

#014EDF (or 0x014EDF) is known color: Navy Blue. HEX triplet: 01, 4E and DF. RGB value is (1,78,223). Sum of RGB (Red+Green+Blue) = 1+78+223=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #014EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EDF is #FEB120. Grayscale: #464646. Windows color (decimal): -16691489 or 14634497. OLE color: 14634497.

HSL color Cylindrical-coordinate representation of color #014EDF: hue angle of 219.19º 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 #014EDF is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 78 223 -
CMYK 1.00 0.65 0 0.13
HSL 219.19º 0.99% 0.44% -
HSV(B) 219.19º 1% 0.87% -
XYZ 16.06 10.78 71.05 -
YUV 71.51 213.49 77.71 -
System Red Green Blue C M Y K H S L
Decimal 1 78 223 1.00 0.65 0 0.13 219.19 0.99 0.44
Hex 1 4E DF 64 41 0 D DB 63 2C
Octal 1 116 337 144 101 0 15 333 143 54
Binary 1 1001110 11011111 1100100 1000001 0 1101 11011011 1100011 101100

Color Harmonies of #014EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014EDF

Black with #014EDF

Text Example


Text Example

White with #014EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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