Html Css Color HEX #016FCD Navy Blue

📋 copy color: '#016FCD'

red 1 ◦ green 111 ◦ blue 205

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

Shades of Navy Blue #016FCD

Tints of Navy Blue #016FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.02%

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

R = 0.32%
G = 35.02%
B = 64.67%

CMYK

 C value IS 1.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#016FCD (or 0x016FCD) is known color: Navy Blue. HEX triplet: 01, 6F and CD. RGB value is (1,111,205). Sum of RGB (Red+Green+Blue) = 1+111+205=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #016FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FCD is #FE9032. Grayscale: #585858. Windows color (decimal): -16683059 or 13463297. OLE color: 13463297.

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

Color convert

RGB 1 111 205 -
CMYK 1.00 0.46 0 0.20
HSL 207.65º 0.99% 0.4% -
HSV(B) 207.65º 1% 0.8% -
XYZ 16.72 15.78 59.92 -
YUV 88.83 193.56 65.36 -
System Red Green Blue C M Y K H S L
Decimal 1 111 205 1.00 0.46 0 0.20 207.65 0.99 0.4
Hex 1 6F CD 64 2E 0 14 D0 63 28
Octal 1 157 315 144 56 0 24 320 143 50
Binary 1 1101111 11001101 1100100 101110 0 10100 11010000 1100011 101000

Color Harmonies of #016FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016FCD

Black with #016FCD

Text Example


Text Example

White with #016FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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