Html Css Color HEX #115359 Blue Stone

📋 copy color: '#115359'

red 17 ◦ green 83 ◦ blue 89

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

Shades of Blue Stone #115359

Tints of Blue Stone #115359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.92%

 BLUE value IS 89 (35.16% from 255) = 47.09%

R = 8.99%
G = 43.92%
B = 47.09%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#115359 (or 0x115359) is known color: Blue Stone. HEX triplet: 11, 53 and 59. RGB value is (17,83,89). Sum of RGB (Red+Green+Blue) = 17+83+89=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #115359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115359 is #EEACA6. Grayscale: #3F3F3F. Windows color (decimal): -15641767 or 5853969. OLE color: 5853969.

HSL color Cylindrical-coordinate representation of color #115359: hue angle of 185º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115359 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 83 89 -
CMYK 0.81 0.07 0 0.65
HSL 185º 0.68% 0.21% -
HSV(B) 185º 0.81% 0.35% -
XYZ 5.13 7.03 10.54 -
YUV 63.95 142.13 94.51 -
System Red Green Blue C M Y K H S L
Decimal 17 83 89 0.81 0.07 0 0.65 185 0.68 0.21
Hex 11 53 59 51 7 0 41 B9 44 15
Octal 21 123 131 121 7 0 101 271 104 25
Binary 10001 1010011 1011001 1010001 111 0 1000001 10111001 1000100 10101

Color Harmonies of #115359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115359

Black with #115359

Text Example


Text Example

White with #115359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115359; }

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

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

background-color css

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

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

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

border-color css

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

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

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