Html Css Color HEX #115661 Blue Stone

📋 copy color: '#115661'

red 17 ◦ green 86 ◦ blue 97

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

Shades of Blue Stone #115661

Tints of Blue Stone #115661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43%

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

R = 8.5%
G = 43%
B = 48.5%

CMYK

 C value IS 0.82

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115661 (or 0x115661) is known color: Blue Stone. HEX triplet: 11, 56 and 61. RGB value is (17,86,97). Sum of RGB (Red+Green+Blue) = 17+86+97=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #115661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115661 is #EEA99E. Grayscale: #424242. Windows color (decimal): -15640991 or 6379025. OLE color: 6379025.

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

Color convert

RGB 17 86 97 -
CMYK 0.82 0.11 0 0.62
HSL 188.25º 0.7% 0.22% -
HSV(B) 188.25º 0.82% 0.38% -
XYZ 5.72 7.64 12.48 -
YUV 66.62 145.14 92.61 -
System Red Green Blue C M Y K H S L
Decimal 17 86 97 0.82 0.11 0 0.62 188.25 0.7 0.22
Hex 11 56 61 52 B 0 3E BC 46 16
Octal 21 126 141 122 13 0 76 274 106 26
Binary 10001 1010110 1100001 1010010 1011 0 111110 10111100 1000110 10110

Color Harmonies of #115661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115661

Black with #115661

Text Example


Text Example

White with #115661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115661; }

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

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

background-color css

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

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

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

border-color css

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

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

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