Html Css Color HEX #016DCF Navy Blue

📋 copy color: '#016DCF'

red 1 ◦ green 109 ◦ blue 207

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

Shades of Navy Blue #016DCF

Tints of Navy Blue #016DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.3%

R = 0.32%
G = 34.38%
B = 65.3%

CMYK

 C value IS 1.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#016DCF (or 0x016DCF) is known color: Navy Blue. HEX triplet: 01, 6D and CF. RGB value is (1,109,207). Sum of RGB (Red+Green+Blue) = 1+109+207=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #016DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DCF is #FE9230. Grayscale: #575757. Windows color (decimal): -16683569 or 13593857. OLE color: 13593857.

HSL color Cylindrical-coordinate representation of color #016DCF: hue angle of 208.54º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016DCF is Cyan = 1.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 109 207 -
CMYK 1.00 0.47 0 0.19
HSL 208.54º 0.99% 0.41% -
HSV(B) 208.54º 1% 0.81% -
XYZ 16.74 15.45 61.13 -
YUV 87.88 195.22 66.03 -
System Red Green Blue C M Y K H S L
Decimal 1 109 207 1.00 0.47 0 0.19 208.54 0.99 0.41
Hex 1 6D CF 64 2F 0 13 D1 63 29
Octal 1 155 317 144 57 0 23 321 143 51
Binary 1 1101101 11001111 1100100 101111 0 10011 11010001 1100011 101001

Color Harmonies of #016DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DCF

Black with #016DCF

Text Example


Text Example

White with #016DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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