#11636C

Color #11636C Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #11636C

Tints of Blue Stone #11636C

Color information

#11636C (or 0x11636C) is unknown color: approx Blue Stone. HEX triplet: 11, 63 and 6C. RGB value is (17,99,108). Sum of RGB (Red+Green+Blue) = 17+99+108=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #11636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11636C is #EE9C93. Grayscale: #4B4B4B. Windows color (decimal): -15637652 or 7103249. OLE color: 7103249.

HSL color Cylindrical-coordinate representation of color #11636C: hue angle of 185.93º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11636C is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1799108-
CMYK0.840.0800.58
HSL185.93º72.8%24.51%-
HSV(B)185.93º84.26%42.35%-
XYZ7.410.1315.75-
YUV75.51146.3386.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 99 (39.06% from 255) = 44.20%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=7.59%
G=44.20%
B=48.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17991080.840.0800.58185.9372.824.51
Hex11636C54803Aba4919
Octal211431541241007227211131
Binary100011100011110110010101001000011101010111010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11636C; }

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

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

<style>
 a { background-color: #11636C; }

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

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

<style>
 span { border-color: #11636C; }

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

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