Html Css Color HEX #115459 Blue Stone

📋 copy color: '#115459'

red 17 ◦ green 84 ◦ blue 89

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

Shades of Blue Stone #115459

Tints of Blue Stone #115459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

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

R = 8.95%
G = 44.21%
B = 46.84%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#115459 (or 0x115459) is known color: Blue Stone. HEX triplet: 11, 54 and 59. RGB value is (17,84,89). Sum of RGB (Red+Green+Blue) = 17+84+89=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #115459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115459 is #EEABA6. Grayscale: #404040. Windows color (decimal): -15641511 or 5854225. OLE color: 5854225.

HSL color Cylindrical-coordinate representation of color #115459: hue angle of 184.17º 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 #115459 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 84 89 -
CMYK 0.81 0.06 0 0.65
HSL 184.17º 0.68% 0.21% -
HSV(B) 184.17º 0.81% 0.35% -
XYZ 5.2 7.18 10.56 -
YUV 64.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 17 84 89 0.81 0.06 0 0.65 184.17 0.68 0.21
Hex 11 54 59 51 6 0 41 B8 44 15
Octal 21 124 131 121 6 0 101 270 104 25
Binary 10001 1010100 1011001 1010001 110 0 1000001 10111000 1000100 10101

Color Harmonies of #115459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115459

Black with #115459

Text Example


Text Example

White with #115459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115459; }

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

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

background-color css

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

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

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

border-color css

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

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

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