#115865

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

Shades of Blue Stone #115865

Tints of Blue Stone #115865

Color information

#115865 (or 0x115865) is unknown color: approx Blue Stone. HEX triplet: 11, 58 and 65. RGB value is (17,88,101). Sum of RGB (Red+Green+Blue) = 17+88+101=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #115865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115865 is #EEA79A. Grayscale: #444444. Windows color (decimal): -15640475 or 6641681. OLE color: 6641681.

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

Color convert

RGB1788101-
CMYK0.830.1300.60
HSL189.29º71.19%23.14%-
HSV(B)189.29º83.17%39.61%-
XYZ6.078.0413.54-
YUV68.25146.4891.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 88 (34.77% from 255) = 42.72%
BLUE value IS 101 (39.84% from 255) = 49.03%
R=8.25%
G=42.72%
B=49.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17881010.830.1300.60189.2971.1923.14
Hex11586553D03Cbd4717
Octal211301451231507427510727
Binary100011011000110010110100111101011110010111101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115865; }

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

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

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

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

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

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

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

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