#116CDC

Color #116CDC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #116CDC

Tints of Navy Blue #116CDC

Color information

#116CDC (or 0x116CDC) is unknown color: approx Navy Blue. HEX triplet: 11, 6C and DC. RGB value is (17,108,220). Sum of RGB (Red+Green+Blue) = 17+108+220=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #116CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116CDC is #EE9323. Grayscale: #5D5D5D. Windows color (decimal): -15635236 or 14445585. OLE color: 14445585.

HSL color Cylindrical-coordinate representation of color #116CDC: hue angle of 213.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116CDC is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17108220-
CMYK0.920.5100.14
HSL213.1º85.65%46.47%-
HSV(B)213.1º92.27%86.27%-
XYZ18.5116.0169.83-
YUV93.56199.3573.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.93%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 220 (86.33% from 255) = 63.77%
R=4.93%
G=31.30%
B=63.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171082200.920.5100.14213.185.6546.47
Hex116CDC5C330Ed5562e
Octal211543341346301632512656
Binary10001110110011011100101110011001101110110101011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116CDC; }

 p { color: rgb(17,108,220); }

 H1.HeaderClassName
 {
   color: #116CDC;
 }
 .AnyTagClassName
 {
   color: #116CDC;
 }
</style>
background-color css

<style>
 a { background-color: #116CDC; }

 a { background-color: rgb(17,108,220); }

 div.DivClassName
 {
   background-color: #116CDC;
 }
 .BgClassName
 {
   background-color: #116CDC;
 }
</style>
border-color css

<style>
 span { border-color: #116CDC; }

 span { border-color: rgb(17,108,220); }

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