Html Css Color HEX #115751 Blue Stone

📋 copy color: '#115751'

red 17 ◦ green 87 ◦ blue 81

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

Shades of Blue Stone #115751

Tints of Blue Stone #115751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.78%

R = 9.19%
G = 47.03%
B = 43.78%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#115751 (or 0x115751) is known color: Blue Stone. HEX triplet: 11, 57 and 51. RGB value is (17,87,81). Sum of RGB (Red+Green+Blue) = 17+87+81=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 87 - color contains mainly: green. Hex color #115751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115751 is #EEA8AE. Grayscale: #414141. Windows color (decimal): -15640751 or 5330705. OLE color: 5330705.

HSL color Cylindrical-coordinate representation of color #115751: hue angle of 174.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115751 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 87 81 -
CMYK 0.80 0 0.07 0.66
HSL 174.86º 0.67% 0.2% -
HSV(B) 174.86º 0.8% 0.34% -
XYZ 5.12 7.53 8.97 -
YUV 65.39 136.81 93.49 -
System Red Green Blue C M Y K H S L
Decimal 17 87 81 0.80 0 0.07 0.66 174.86 0.67 0.2
Hex 11 57 51 50 0 7 42 AF 43 14
Octal 21 127 121 120 0 7 102 257 103 24
Binary 10001 1010111 1010001 1010000 0 111 1000010 10101111 1000011 10100

Color Harmonies of #115751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115751

Black with #115751

Text Example


Text Example

White with #115751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115751; }

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

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

background-color css

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

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

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

border-color css

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

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

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