Html Css Color HEX #116858 Blue Stone

📋 copy color: '#116858'

red 17 ◦ green 104 ◦ blue 88

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

Shades of Blue Stone #116858

Tints of Blue Stone #116858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.76%

 BLUE value IS 88 (34.77% from 255) = 42.11%

R = 8.13%
G = 49.76%
B = 42.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#116858 (or 0x116858) is known color: Blue Stone. HEX triplet: 11, 68 and 58. RGB value is (17,104,88). Sum of RGB (Red+Green+Blue) = 17+104+88=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #116858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116858 is #EE97A7. Grayscale: #4C4C4C. Windows color (decimal): -15636392 or 5793809. OLE color: 5793809.

HSL color Cylindrical-coordinate representation of color #116858: hue angle of 168.97º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116858 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 104 88 -
CMYK 0.84 0 0.15 0.59
HSL 168.97º 0.72% 0.24% -
HSV(B) 168.97º 0.84% 0.41% -
XYZ 6.94 10.72 10.94 -
YUV 76.16 134.68 85.8 -
System Red Green Blue C M Y K H S L
Decimal 17 104 88 0.84 0 0.15 0.59 168.97 0.72 0.24
Hex 11 68 58 54 0 F 3B A9 48 18
Octal 21 150 130 124 0 17 73 251 110 30
Binary 10001 1101000 1011000 1010100 0 1111 111011 10101001 1001000 11000

Color Harmonies of #116858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116858

Black with #116858

Text Example


Text Example

White with #116858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116858; }

 p { color: rgb(17,104,88); }

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

background-color css

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

 a { background-color: rgb(17,104,88); }

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

border-color css

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

 span { border-color: rgb(17,104,88); }

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