#116de8

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

Shades of Navy Blue #116DE8

Tints of Navy Blue #116DE8

Color information

#116DE8 (or 0x116DE8) is unknown color: approx Navy Blue. HEX triplet: 11, 6D and E8. RGB value is (17,109,232). Sum of RGB (Red+Green+Blue) = 17+109+232=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 232 (91.02% from 255 or 64.80% from 358); Max value from RGB is 232 - color contains mainly: blue. Hex color #116DE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116DE8 is #EE9217. Grayscale: #5E5E5E. Windows color (decimal): -15634968 or 15232273. OLE color: 15232273.

HSL color Cylindrical-coordinate representation of color #116DE8: hue angle of 214.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116DE8 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17109232-
CMYK0.930.5300.09
HSL214.33º86.35%48.82%-
HSV(B)214.33º92.67%90.98%-
XYZ20.2716.8878.53-
YUV95.51205.0272-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.75%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 232 (91.02% from 255) = 64.80%
R=4.75%
G=30.45%
B=64.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal171092320.930.5300.09214.3386.3548.82
Hex116DE85D3509d65631
Octal211553501356501132612661
Binary10001110110111101000101110111010101001110101101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116de8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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