Html Css Color HEX #115961 Blue Stone

📋 copy color: '#115961'

red 17 ◦ green 89 ◦ blue 97

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

Shades of Blue Stone #115961

Tints of Blue Stone #115961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.84%

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

R = 8.37%
G = 43.84%
B = 47.78%

CMYK

 C value IS 0.82

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115961 (or 0x115961) is known color: Blue Stone. HEX triplet: 11, 59 and 61. RGB value is (17,89,97). Sum of RGB (Red+Green+Blue) = 17+89+97=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #115961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115961 is #EEA69E. Grayscale: #444444. Windows color (decimal): -15640223 or 6379793. OLE color: 6379793.

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

Color convert

RGB 17 89 97 -
CMYK 0.82 0.08 0 0.62
HSL 186º 0.7% 0.22% -
HSV(B) 186º 0.82% 0.38% -
XYZ 5.96 8.13 12.56 -
YUV 68.38 144.15 91.35 -
System Red Green Blue C M Y K H S L
Decimal 17 89 97 0.82 0.08 0 0.62 186 0.7 0.22
Hex 11 59 61 52 8 0 3E BA 46 16
Octal 21 131 141 122 10 0 76 272 106 26
Binary 10001 1011001 1100001 1010010 1000 0 111110 10111010 1000110 10110

Color Harmonies of #115961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115961

Black with #115961

Text Example


Text Example

White with #115961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115961; }

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

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

background-color css

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

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

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

border-color css

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

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

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