Html Css Color HEX #014DDB Navy Blue

📋 copy color: '#014DDB'

red 1 ◦ green 77 ◦ blue 219

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

Shades of Navy Blue #014DDB

Tints of Navy Blue #014DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.93%

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

R = 0.34%
G = 25.93%
B = 73.74%

CMYK

 C value IS 1.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#014DDB (or 0x014DDB) is known color: Navy Blue. HEX triplet: 01, 4D and DB. RGB value is (1,77,219). Sum of RGB (Red+Green+Blue) = 1+77+219=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #014DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DDB is #FEB224. Grayscale: #454545. Windows color (decimal): -16691749 or 14372097. OLE color: 14372097.

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

Color convert

RGB 1 77 219 -
CMYK 1.00 0.65 0 0.14
HSL 219.08º 0.99% 0.43% -
HSV(B) 219.08º 1% 0.86% -
XYZ 15.45 10.43 68.22 -
YUV 70.46 211.82 78.45 -
System Red Green Blue C M Y K H S L
Decimal 1 77 219 1.00 0.65 0 0.14 219.08 0.99 0.43
Hex 1 4D DB 64 41 0 E DB 63 2B
Octal 1 115 333 144 101 0 16 333 143 53
Binary 1 1001101 11011011 1100100 1000001 0 1110 11011011 1100011 101011

Color Harmonies of #014DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014DDB

Black with #014DDB

Text Example


Text Example

White with #014DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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