Html Css Color HEX #115C63 Blue Stone

📋 copy color: '#115C63'

red 17 ◦ green 92 ◦ blue 99

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

Shades of Blue Stone #115C63

Tints of Blue Stone #115C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.23%

 BLUE value IS 99 (39.06% from 255) = 47.6%

R = 8.17%
G = 44.23%
B = 47.6%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#115C63 (or 0x115C63) is known color: Blue Stone. HEX triplet: 11, 5C and 63. RGB value is (17,92,99). Sum of RGB (Red+Green+Blue) = 17+92+99=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #115C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C63 is #EEA39C. Grayscale: #464646. Windows color (decimal): -15639453 or 6511633. OLE color: 6511633.

HSL color Cylindrical-coordinate representation of color #115C63: hue angle of 185.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115C63 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 92 99 -
CMYK 0.83 0.07 0 0.61
HSL 185.12º 0.71% 0.23% -
HSV(B) 185.12º 0.83% 0.39% -
XYZ 6.31 8.67 13.15 -
YUV 70.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 17 92 99 0.83 0.07 0 0.61 185.12 0.71 0.23
Hex 11 5C 63 53 7 0 3D B9 47 17
Octal 21 134 143 123 7 0 75 271 107 27
Binary 10001 1011100 1100011 1010011 111 0 111101 10111001 1000111 10111

Color Harmonies of #115C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C63

Black with #115C63

Text Example


Text Example

White with #115C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115C63; }

 p { color: rgb(17,92,99); }

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

background-color css

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

 a { background-color: rgb(17,92,99); }

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

border-color css

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

 span { border-color: rgb(17,92,99); }

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