#116DDC

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

Shades of Navy Blue #116DDC

Tints of Navy Blue #116DDC

Color information

#116DDC (or 0x116DDC) is unknown color: approx Navy Blue. HEX triplet: 11, 6D and DC. RGB value is (17,109,220). Sum of RGB (Red+Green+Blue) = 17+109+220=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #116DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116DDC is #EE9223. Grayscale: #5D5D5D. Windows color (decimal): -15634980 or 14445841. OLE color: 14445841.

HSL color Cylindrical-coordinate representation of color #116DDC: hue angle of 212.81º 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 #116DDC is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17109220-
CMYK0.920.5000.14
HSL212.81º85.65%46.47%-
HSV(B)212.81º92.27%86.27%-
XYZ18.6216.2269.86-
YUV94.15199.0272.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.91%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 220 (86.33% from 255) = 63.58%
R=4.91%
G=31.50%
B=63.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal171092200.920.5000.14212.8185.6546.47
Hex116DDC5C320Ed5562e
Octal211553341346201632512656
Binary10001110110111011100101110011001001110110101011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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