#116CBE

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

Shades of Denim #116CBE

Tints of Denim #116CBE

Color information

#116CBE (or 0x116CBE) is unknown color: approx Denim. HEX triplet: 11, 6C and BE. RGB value is (17,108,190). Sum of RGB (Red+Green+Blue) = 17+108+190=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #116CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116CBE is #EE9341. Grayscale: #595959. Windows color (decimal): -15635266 or 12479505. OLE color: 12479505.

HSL color Cylindrical-coordinate representation of color #116CBE: hue angle of 208.44º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116CBE is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17108190-
CMYK0.910.4300.25
HSL208.44º83.57%40.59%-
HSV(B)208.44º91.05%74.51%-
XYZ14.8914.5650.74-
YUV90.14184.3575.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.40%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 190 (74.61% from 255) = 60.32%
R=5.40%
G=34.29%
B=60.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171081900.910.4300.25208.4483.5740.59
Hex116CBE5B2B019d05429
Octal211542761335303132012451
Binary100011101100101111101011011101011011001110100001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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