Html Css Color HEX #014EDB Navy Blue

📋 copy color: '#014EDB'

red 1 ◦ green 78 ◦ blue 219

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

Shades of Navy Blue #014EDB

Tints of Navy Blue #014EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73.49%

R = 0.34%
G = 26.17%
B = 73.49%

CMYK

 C value IS 1.00

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#014EDB (or 0x014EDB) is known color: Navy Blue. HEX triplet: 01, 4E and DB. RGB value is (1,78,219). Sum of RGB (Red+Green+Blue) = 1+78+219=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #014EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014EDB is #FEB124. Grayscale: #464646. Windows color (decimal): -16691493 or 14372353. OLE color: 14372353.

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

Color convert

RGB 1 78 219 -
CMYK 1.00 0.64 0 0.14
HSL 218.81º 0.99% 0.43% -
HSV(B) 218.81º 1% 0.86% -
XYZ 15.52 10.57 68.24 -
YUV 71.05 211.49 78.04 -
System Red Green Blue C M Y K H S L
Decimal 1 78 219 1.00 0.64 0 0.14 218.81 0.99 0.43
Hex 1 4E DB 64 40 0 E DB 63 2B
Octal 1 116 333 144 100 0 16 333 143 53
Binary 1 1001110 11011011 1100100 1000000 0 1110 11011011 1100011 101011

Color Harmonies of #014EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014EDB

Black with #014EDB

Text Example


Text Example

White with #014EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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