Html Css Color HEX #016DD1 Navy Blue

📋 copy color: '#016DD1'

red 1 ◦ green 109 ◦ blue 209

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

Shades of Navy Blue #016DD1

Tints of Navy Blue #016DD1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

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

R = 0.31%
G = 34.17%
B = 65.52%

CMYK

 C value IS 1.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#016DD1 (or 0x016DD1) is known color: Navy Blue. HEX triplet: 01, 6D and D1. RGB value is (1,109,209). Sum of RGB (Red+Green+Blue) = 1+109+209=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 209 (82.03% from 255 or 65.52% from 319); Max value from RGB is 209 - color contains mainly: blue. Hex color #016DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DD1 is #FE922E. Grayscale: #575757. Windows color (decimal): -16683567 or 13724929. OLE color: 13724929.

HSL color Cylindrical-coordinate representation of color #016DD1: hue angle of 208.85º 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 #016DD1 is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 109 209 -
CMYK 1.00 0.48 0 0.18
HSL 208.85º 0.99% 0.41% -
HSV(B) 208.85º 1% 0.82% -
XYZ 16.99 15.55 62.43 -
YUV 88.11 196.22 65.87 -
System Red Green Blue C M Y K H S L
Decimal 1 109 209 1.00 0.48 0 0.18 208.85 0.99 0.41
Hex 1 6D D1 64 30 0 12 D1 63 29
Octal 1 155 321 144 60 0 22 321 143 51
Binary 1 1101101 11010001 1100100 110000 0 10010 11010001 1100011 101001

Color Harmonies of #016DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DD1

Black with #016DD1

Text Example


Text Example

White with #016DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016DD1; }

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

 H1.HeaderClassName
 {
   color: #016DD1;
 }
 .AnyTagClassName
 {
   color: #016DD1;
 }
</style>

background-color css

<style>
 a { background-color: #016DD1; }

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

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

border-color css

<style>
 span { border-color: #016DD1; }

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

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