#11646B

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

Shades of Blue Stone #11646B

Tints of Blue Stone #11646B

Color information

#11646B (or 0x11646B) is unknown color: approx Blue Stone. HEX triplet: 11, 64 and 6B. RGB value is (17,100,107). Sum of RGB (Red+Green+Blue) = 17+100+107=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #11646B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11646B is #EE9B94. Grayscale: #4B4B4B. Windows color (decimal): -15637397 or 7037969. OLE color: 7037969.

HSL color Cylindrical-coordinate representation of color #11646B: hue angle of 184.67º 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 #11646B is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB17100107-
CMYK0.840.0700.58
HSL184.67º72.58%24.31%-
HSV(B)184.67º84.11%41.96%-
XYZ7.4410.315.5-
YUV75.98145.585.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 100 (39.45% from 255) = 44.64%
BLUE value IS 107 (42.19% from 255) = 47.77%
R=7.59%
G=44.64%
B=47.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal171001070.840.0700.58184.6772.5824.31
Hex11646B54703Ab94918
Octal21144153124707227111130
Binary10001110010011010111010100111011101010111001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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