#11565e

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

Shades of Blue Stone #11565E

Tints of Blue Stone #11565E

Color information

#11565E (or 0x11565E) is unknown color: approx Blue Stone. HEX triplet: 11, 56 and 5E. RGB value is (17,86,94). Sum of RGB (Red+Green+Blue) = 17+86+94=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #11565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11565E is #EEA9A1. Grayscale: #424242. Windows color (decimal): -15640994 or 6182417. OLE color: 6182417.

HSL color Cylindrical-coordinate representation of color #11565E: hue angle of 186.23º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11565E is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB178694-
CMYK0.820.0900.63
HSL186.23º69.37%21.76%-
HSV(B)186.23º81.91%36.86%-
XYZ5.587.5811.76-
YUV66.28143.6492.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.63%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=8.63%
G=43.65%
B=47.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1786940.820.0900.63186.2369.3721.76
Hex11565E52903Fba4516
Octal211261361221107727210526
Binary100011010110101111010100101001011111110111010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11565e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11565e; }

 p { color: rgb(17,86,94); }

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

<style>
 a { background-color: #11565e; }

 a { background-color: rgb(17,86,94); }

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

<style>
 span { border-color: #11565e; }

 span { border-color: rgb(17,86,94); }

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