Html Css Color HEX #014FD1 Navy Blue

📋 copy color: '#014FD1'

red 1 ◦ green 79 ◦ blue 209

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

Shades of Navy Blue #014FD1

Tints of Navy Blue #014FD1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.34%

 BLUE value IS 209 (82.03% from 255) = 72.32%

R = 0.35%
G = 27.34%
B = 72.32%

CMYK

 C value IS 1.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#014FD1 (or 0x014FD1) is known color: Navy Blue. HEX triplet: 01, 4F and D1. RGB value is (1,79,209). Sum of RGB (Red+Green+Blue) = 1+79+209=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 209 (82.03% from 255 or 72.32% from 289); Max value from RGB is 209 - color contains mainly: blue. Hex color #014FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FD1 is #FEB02E. Grayscale: #454545. Windows color (decimal): -16691247 or 13717249. OLE color: 13717249.

HSL color Cylindrical-coordinate representation of color #014FD1: hue angle of 217.5º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FD1 is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 79 209 -
CMYK 1.00 0.62 0 0.18
HSL 217.5º 0.99% 0.41% -
HSV(B) 217.5º 1% 0.82% -
XYZ 14.32 10.2 61.54 -
YUV 70.5 206.16 78.43 -
System Red Green Blue C M Y K H S L
Decimal 1 79 209 1.00 0.62 0 0.18 217.5 0.99 0.41
Hex 1 4F D1 64 3E 0 12 DA 63 29
Octal 1 117 321 144 76 0 22 332 143 51
Binary 1 1001111 11010001 1100100 111110 0 10010 11011010 1100011 101001

Color Harmonies of #014FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014FD1

Black with #014FD1

Text Example


Text Example

White with #014FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,79,209); }

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

background-color css

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

 a { background-color: rgb(1,79,209); }

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

border-color css

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

 span { border-color: rgb(1,79,209); }

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