#116467

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

Shades of Blue Stone #116467

Tints of Blue Stone #116467

Color information

#116467 (or 0x116467) is unknown color: approx Blue Stone. HEX triplet: 11, 64 and 67. RGB value is (17,100,103). Sum of RGB (Red+Green+Blue) = 17+100+103=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #116467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116467 is #EE9B98. Grayscale: #4B4B4B. Windows color (decimal): -15637401 or 6775825. OLE color: 6775825.

HSL color Cylindrical-coordinate representation of color #116467: hue angle of 182.09º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116467 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB17100103-
CMYK0.830.0300.60
HSL182.09º71.67%23.53%-
HSV(B)182.09º83.5%40.39%-
XYZ7.2410.2114.42-
YUV75.52143.586.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.73%
GREEN value IS 100 (39.45% from 255) = 45.45%
BLUE value IS 103 (40.62% from 255) = 46.82%
R=7.73%
G=45.45%
B=46.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal171001030.830.0300.60182.0971.6723.53
Hex11646753303Cb64818
Octal21144147123307426611030
Binary1000111001001100111101001111011110010110110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116467; }

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

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

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

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

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

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

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

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