#116BDD

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

Shades of Navy Blue #116BDD

Tints of Navy Blue #116BDD

Color information

#116BDD (or 0x116BDD) is unknown color: approx Navy Blue. HEX triplet: 11, 6B and DD. RGB value is (17,107,221). Sum of RGB (Red+Green+Blue) = 17+107+221=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #116BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BDD is #EE9422. Grayscale: #5C5C5C. Windows color (decimal): -15635491 or 14510865. OLE color: 14510865.

HSL color Cylindrical-coordinate representation of color #116BDD: hue angle of 213.53º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116BDD is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17107221-
CMYK0.920.5200.13
HSL213.53º85.71%46.67%-
HSV(B)213.53º92.31%86.67%-
XYZ18.5415.8670.49-
YUV93.09200.1873.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.93%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 221 (86.72% from 255) = 64.06%
R=4.93%
G=31.01%
B=64.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171072210.920.5200.13213.5385.7146.67
Hex116BDD5C340Dd6562f
Octal211533351346401532612657
Binary10001110101111011101101110011010001101110101101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,107,221); }

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

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

 a { background-color: rgb(17,107,221); }

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

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

 span { border-color: rgb(17,107,221); }

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