Html Css Color HEX #115760 Blue Stone

📋 copy color: '#115760'

red 17 ◦ green 87 ◦ blue 96

#115760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #115760

Tints of Blue Stone #115760

RGB

 RED value IS 17 (7.03% from 255) = 8.5%

 GREEN value IS 87 (34.38% from 255) = 43.5%

 BLUE value IS 96 (37.89% from 255) = 48%

R = 8.5%
G = 43.5%
B = 48%

CMYK

 C value IS 0.82

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115760 (or 0x115760) is known color: Blue Stone. HEX triplet: 11, 57 and 60. RGB value is (17,87,96). Sum of RGB (Red+Green+Blue) = 17+87+96=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #115760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115760 is #EEA89F. Grayscale: #424242. Windows color (decimal): -15640736 or 6313745. OLE color: 6313745.

HSL color Cylindrical-coordinate representation of color #115760: hue angle of 186.84º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115760 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 87 96 -
CMYK 0.82 0.09 0 0.62
HSL 186.84º 0.7% 0.22% -
HSV(B) 186.84º 0.82% 0.38% -
XYZ 5.75 7.78 12.26 -
YUV 67.1 144.31 92.27 -
System Red Green Blue C M Y K H S L
Decimal 17 87 96 0.82 0.09 0 0.62 186.84 0.7 0.22
Hex 11 57 60 52 9 0 3E BB 46 16
Octal 21 127 140 122 11 0 76 273 106 26
Binary 10001 1010111 1100000 1010010 1001 0 111110 10111011 1000110 10110

Color Harmonies of #115760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115760

Black with #115760

Text Example


Text Example

White with #115760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115760; }

 p { color: rgb(17,87,96); }

 H1.HeaderClassName
 {
   color: #115760;
 }
 .AnyTagClassName
 {
   color: #115760;
 }
</style>

background-color css

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

 a { background-color: rgb(17,87,96); }

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

border-color css

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

 span { border-color: rgb(17,87,96); }

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