#11626B

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

Shades of Blue Stone #11626B

Tints of Blue Stone #11626B

Color information

#11626B (or 0x11626B) is unknown color: approx Blue Stone. HEX triplet: 11, 62 and 6B. RGB value is (17,98,107). Sum of RGB (Red+Green+Blue) = 17+98+107=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #11626B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11626B is #EE9D94. Grayscale: #4A4A4A. Windows color (decimal): -15637909 or 7037457. OLE color: 7037457.

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

Color convert

RGB1798107-
CMYK0.840.0800.58
HSL186º72.58%24.31%-
HSV(B)186º84.11%41.96%-
XYZ7.259.9215.44-
YUV74.81146.1686.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.66%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=7.66%
G=44.14%
B=48.20%

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
Decimal17981070.840.0800.5818672.5824.31
Hex11626B54803Aba4918
Octal211421531241007227211130
Binary100011100010110101110101001000011101010111010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11626B; }

 p { color: rgb(17,98,107); }

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

<style>
 a { background-color: #11626B; }

 a { background-color: rgb(17,98,107); }

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

<style>
 span { border-color: #11626B; }

 span { border-color: rgb(17,98,107); }

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