#11565F

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

Shades of Blue Stone #11565F

Tints of Blue Stone #11565F

Color information

#11565F (or 0x11565F) is unknown color: approx Blue Stone. HEX triplet: 11, 56 and 5F. RGB value is (17,86,95). Sum of RGB (Red+Green+Blue) = 17+86+95=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #11565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11565F is #EEA9A0. Grayscale: #424242. Windows color (decimal): -15640993 or 6247953. OLE color: 6247953.

HSL color Cylindrical-coordinate representation of color #11565F: hue angle of 186.92º degrees, saturation: 0.7, 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 #11565F is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB178695-
CMYK0.820.0900.63
HSL186.92º69.64%21.96%-
HSV(B)186.92º82.11%37.25%-
XYZ5.627.612-
YUV66.4144.1492.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.59%
GREEN value IS 86 (33.98% from 255) = 43.43%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=8.59%
G=43.43%
B=47.98%

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
Decimal1786950.820.0900.63186.9269.6421.96
Hex11565F52903Fbb4616
Octal211261371221107727310626
Binary100011010110101111110100101001011111110111011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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