Html Css Color HEX #116460 Blue Stone

📋 copy color: '#116460'

red 17 ◦ green 100 ◦ blue 96

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

Shades of Blue Stone #116460

Tints of Blue Stone #116460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 7.98%
G = 46.95%
B = 45.07%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#116460 (or 0x116460) is known color: Blue Stone. HEX triplet: 11, 64 and 60. RGB value is (17,100,96). Sum of RGB (Red+Green+Blue) = 17+100+96=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 100 - color contains mainly: green. Hex color #116460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116460 is #EE9B9F. Grayscale: #4A4A4A. Windows color (decimal): -15637408 or 6317073. OLE color: 6317073.

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

Color convert

RGB 17 100 96 -
CMYK 0.83 0 0.04 0.61
HSL 177.11º 0.71% 0.23% -
HSV(B) 177.11º 0.83% 0.39% -
XYZ 6.9 10.08 12.65 -
YUV 74.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 17 100 96 0.83 0 0.04 0.61 177.11 0.71 0.23
Hex 11 64 60 53 0 4 3D B1 47 17
Octal 21 144 140 123 0 4 75 261 107 27
Binary 10001 1100100 1100000 1010011 0 100 111101 10110001 1000111 10111

Color Harmonies of #116460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116460

Black with #116460

Text Example


Text Example

White with #116460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116460; }

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

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

background-color css

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

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

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

border-color css

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

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

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