#116062

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

Shades of Blue Stone #116062

Tints of Blue Stone #116062

Color information

#116062 (or 0x116062) is unknown color: approx Blue Stone. HEX triplet: 11, 60 and 62. RGB value is (17,96,98). Sum of RGB (Red+Green+Blue) = 17+96+98=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #116062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116062 is #EE9F9D. Grayscale: #484848. Windows color (decimal): -15638430 or 6447121. OLE color: 6447121.

HSL color Cylindrical-coordinate representation of color #116062: hue angle of 181.48º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116062 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB179698-
CMYK0.830.0200.62
HSL181.48º70.43%22.55%-
HSV(B)181.48º82.65%38.43%-
XYZ6.629.3713.01-
YUV72.61142.3388.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 98 (38.67% from 255) = 46.45%
R=8.06%
G=45.50%
B=46.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796980.830.0200.62181.4870.4322.55
Hex11606253203Eb54617
Octal21140142123207626510627
Binary1000111000001100010101001110011111010110101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116062; }

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

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

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

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

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

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

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

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