#1165CD

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

Shades of Denim #1165CD

Tints of Denim #1165CD

Color information

#1165CD (or 0x1165CD) is unknown color: approx Denim. HEX triplet: 11, 65 and CD. RGB value is (17,101,205). Sum of RGB (Red+Green+Blue) = 17+101+205=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #1165CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165CD is #EE9A32. Grayscale: #575757. Windows color (decimal): -15637043 or 13460753. OLE color: 13460753.

HSL color Cylindrical-coordinate representation of color #1165CD: hue angle of 213.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1165CD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17101205-
CMYK0.920.5100.20
HSL213.19º84.68%43.53%-
HSV(B)213.19º91.71%80.39%-
XYZ15.913.8359.59-
YUV87.74194.1777.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.26%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 205 (80.47% from 255) = 63.47%
R=5.26%
G=31.27%
B=63.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171012050.920.5100.20213.1984.6843.53
Hex1165CD5C33014d5552c
Octal211453151346302432512554
Binary100011100101110011011011100110011010100110101011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1165CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1165CD; }

 p { color: rgb(17,101,205); }

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

<style>
 a { background-color: #1165CD; }

 a { background-color: rgb(17,101,205); }

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

<style>
 span { border-color: #1165CD; }

 span { border-color: rgb(17,101,205); }

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