Html Css Color HEX #016DCD Navy Blue

📋 copy color: '#016DCD'

red 1 ◦ green 109 ◦ blue 205

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

Shades of Navy Blue #016DCD

Tints of Navy Blue #016DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.08%

R = 0.32%
G = 34.6%
B = 65.08%

CMYK

 C value IS 1.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#016DCD (or 0x016DCD) is known color: Navy Blue. HEX triplet: 01, 6D and CD. RGB value is (1,109,205). Sum of RGB (Red+Green+Blue) = 1+109+205=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #016DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DCD is #FE9232. Grayscale: #575757. Windows color (decimal): -16683571 or 13462785. OLE color: 13462785.

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

Color convert

RGB 1 109 205 -
CMYK 1.00 0.47 0 0.20
HSL 208.24º 0.99% 0.4% -
HSV(B) 208.24º 1% 0.8% -
XYZ 16.5 15.35 59.85 -
YUV 87.65 194.22 66.19 -
System Red Green Blue C M Y K H S L
Decimal 1 109 205 1.00 0.47 0 0.20 208.24 0.99 0.4
Hex 1 6D CD 64 2F 0 14 D0 63 28
Octal 1 155 315 144 57 0 24 320 143 50
Binary 1 1101101 11001101 1100100 101111 0 10100 11010000 1100011 101000

Color Harmonies of #016DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016DCD

Black with #016DCD

Text Example


Text Example

White with #016DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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