#11609F

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

Shades of Denim #11609F

Tints of Denim #11609F

Color information

#11609F (or 0x11609F) is unknown color: approx Denim. HEX triplet: 11, 60 and 9F. RGB value is (17,96,159). Sum of RGB (Red+Green+Blue) = 17+96+159=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #11609F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11609F is #EE9F60. Grayscale: #4F4F4F. Windows color (decimal): -15638369 or 10444817. OLE color: 10444817.

HSL color Cylindrical-coordinate representation of color #11609F: hue angle of 206.62º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11609F is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1796159-
CMYK0.890.4000.38
HSL206.62º80.68%34.51%-
HSV(B)206.62º89.31%62.35%-
XYZ10.6710.9934.36-
YUV79.56172.8383.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.25%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 159 (62.5% from 255) = 58.46%
R=6.25%
G=35.29%
B=58.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17961590.890.4000.38206.6280.6834.51
Hex11609F5928026cf5123
Octal211402371315004631712143
Binary1000111000001001111110110011010000100110110011111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11609F; }

 p { color: rgb(17,96,159); }

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

<style>
 a { background-color: #11609F; }

 a { background-color: rgb(17,96,159); }

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

<style>
 span { border-color: #11609F; }

 span { border-color: rgb(17,96,159); }

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