Html Css Color HEX #116459 Blue Stone

📋 copy color: '#116459'

red 17 ◦ green 100 ◦ blue 89

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

Shades of Blue Stone #116459

Tints of Blue Stone #116459

RGB

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

 GREEN value IS 100 (39.45% from 255) = 48.54%

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

R = 8.25%
G = 48.54%
B = 43.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#116459 (or 0x116459) is known color: Blue Stone. HEX triplet: 11, 64 and 59. RGB value is (17,100,89). Sum of RGB (Red+Green+Blue) = 17+100+89=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #116459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116459 is #EE9BA6. Grayscale: #494949. Windows color (decimal): -15637415 or 5858321. OLE color: 5858321.

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

Color convert

RGB 17 100 89 -
CMYK 0.83 0 0.11 0.61
HSL 172.05º 0.71% 0.23% -
HSV(B) 172.05º 0.83% 0.39% -
XYZ 6.59 9.95 11.03 -
YUV 73.93 136.5 87.39 -
System Red Green Blue C M Y K H S L
Decimal 17 100 89 0.83 0 0.11 0.61 172.05 0.71 0.23
Hex 11 64 59 53 0 B 3D AC 47 17
Octal 21 144 131 123 0 13 75 254 107 27
Binary 10001 1100100 1011001 1010011 0 1011 111101 10101100 1000111 10111

Color Harmonies of #116459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116459

Black with #116459

Text Example


Text Example

White with #116459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116459; }

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

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

background-color css

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

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

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

border-color css

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

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

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