#116868

Color #116868 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #116868

Tints of Blue Stone #116868

Color information

#116868 (or 0x116868) is unknown color: approx Blue Stone. HEX triplet: 11, 68 and 68. RGB value is (17,104,104). Sum of RGB (Red+Green+Blue) = 17+104+104=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #116868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116868 is #EE9797. Grayscale: #4D4D4D. Windows color (decimal): -15636376 or 6842385. OLE color: 6842385.

HSL color Cylindrical-coordinate representation of color #116868: hue angle of 180º 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 #116868 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB17104104-
CMYK0.84000.59
HSL180º71.9%23.73%-
HSV(B)180º83.65%40.78%-
XYZ7.6811.0214.82-
YUV77.99142.6884.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=7.56%
G=46.22%
B=46.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal171041040.84000.5918071.923.73
Hex11686854003Bb44818
Octal21150150124007326411030
Binary100011101000110100010101000011101110110100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116868; }

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

 H1.HeaderClassName
 {
   color: #116868;
 }
 .AnyTagClassName
 {
   color: #116868;
 }
</style>
background-color css

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

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

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

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

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

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