Html Css Color HEX #115761 Blue Stone

📋 copy color: '#115761'

red 17 ◦ green 87 ◦ blue 97

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

Shades of Blue Stone #115761

Tints of Blue Stone #115761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 8.46%
G = 43.28%
B = 48.26%

CMYK

 C value IS 0.82

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115761 (or 0x115761) is known color: Blue Stone. HEX triplet: 11, 57 and 61. RGB value is (17,87,97). Sum of RGB (Red+Green+Blue) = 17+87+97=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #115761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115761 is #EEA89E. Grayscale: #434343. Windows color (decimal): -15640735 or 6379281. OLE color: 6379281.

HSL color Cylindrical-coordinate representation of color #115761: hue angle of 187.5º 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 #115761 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 87 97 -
CMYK 0.82 0.10 0 0.62
HSL 187.5º 0.7% 0.22% -
HSV(B) 187.5º 0.82% 0.38% -
XYZ 5.8 7.8 12.51 -
YUV 67.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 17 87 97 0.82 0.10 0 0.62 187.5 0.7 0.22
Hex 11 57 61 52 A 0 3E BC 46 16
Octal 21 127 141 122 12 0 76 274 106 26
Binary 10001 1010111 1100001 1010010 1010 0 111110 10111100 1000110 10110

Color Harmonies of #115761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115761

Black with #115761

Text Example


Text Example

White with #115761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115761; }

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

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

background-color css

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

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

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

border-color css

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

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

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