#116367

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

Shades of Blue Stone #116367

Tints of Blue Stone #116367

Color information

#116367 (or 0x116367) is unknown color: approx Blue Stone. HEX triplet: 11, 63 and 67. RGB value is (17,99,103). Sum of RGB (Red+Green+Blue) = 17+99+103=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #116367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116367 is #EE9C98. Grayscale: #4A4A4A. Windows color (decimal): -15637657 or 6775569. OLE color: 6775569.

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

Color convert

RGB1799103-
CMYK0.830.0400.60
HSL182.79º71.67%23.53%-
HSV(B)182.79º83.5%40.39%-
XYZ7.1410.0214.39-
YUV74.94143.8386.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 103 (40.62% from 255) = 47.03%
R=7.76%
G=45.21%
B=47.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17991030.830.0400.60182.7971.6723.53
Hex11636753403Cb74818
Octal21143147123407426711030
Binary10001110001111001111010011100011110010110111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116367; }

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

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

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

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

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

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

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

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