#1168C0

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

Shades of Denim #1168C0

Tints of Denim #1168C0

Color information

#1168C0 (or 0x1168C0) is unknown color: approx Denim. HEX triplet: 11, 68 and C0. RGB value is (17,104,192). Sum of RGB (Red+Green+Blue) = 17+104+192=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 192 (75.39% from 255 or 61.34% from 313); Max value from RGB is 192 - color contains mainly: blue. Hex color #1168C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1168C0 is #EE973F. Grayscale: #575757. Windows color (decimal): -15636288 or 12609553. OLE color: 12609553.

HSL color Cylindrical-coordinate representation of color #1168C0: hue angle of 210.17º 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 #1168C0 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17104192-
CMYK0.910.4600.25
HSL210.17º83.73%40.98%-
HSV(B)210.17º91.15%75.29%-
XYZ14.713.8351.76-
YUV88.02186.6877.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.43%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 192 (75.39% from 255) = 61.34%
R=5.43%
G=33.23%
B=61.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171041920.910.4600.25210.1783.7340.98
Hex1168C05B2E019d25429
Octal211503001335603132212451
Binary100011101000110000001011011101110011001110100101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1168C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1168C0; }

 p { color: rgb(17,104,192); }

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

<style>
 a { background-color: #1168C0; }

 a { background-color: rgb(17,104,192); }

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

<style>
 span { border-color: #1168C0; }

 span { border-color: rgb(17,104,192); }

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