#115863

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

Shades of Blue Stone #115863

Tints of Blue Stone #115863

Color information

#115863 (or 0x115863) is unknown color: approx Blue Stone. HEX triplet: 11, 58 and 63. RGB value is (17,88,99). Sum of RGB (Red+Green+Blue) = 17+88+99=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #115863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115863 is #EEA79C. Grayscale: #434343. Windows color (decimal): -15640477 or 6510609. OLE color: 6510609.

HSL color Cylindrical-coordinate representation of color #115863: hue angle of 188.05º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115863 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB178899-
CMYK0.830.1100.61
HSL188.05º70.69%22.75%-
HSV(B)188.05º82.83%38.82%-
XYZ5.97813.03-
YUV68.02145.4891.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 88 (34.77% from 255) = 43.14%
BLUE value IS 99 (39.06% from 255) = 48.53%
R=8.33%
G=43.14%
B=48.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1788990.830.1100.61188.0570.6922.75
Hex11586353B03Dbc4717
Octal211301431231307527410727
Binary100011011000110001110100111011011110110111100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115863; }

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

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

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

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

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

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

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

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