#116769

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

Shades of Blue Stone #116769

Tints of Blue Stone #116769

Color information

#116769 (or 0x116769) is unknown color: approx Blue Stone. HEX triplet: 11, 67 and 69. RGB value is (17,103,105). Sum of RGB (Red+Green+Blue) = 17+103+105=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #116769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116769 is #EE9896. Grayscale: #4D4D4D. Windows color (decimal): -15636631 or 6907665. OLE color: 6907665.

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

Color convert

RGB17103105-
CMYK0.840.0200.59
HSL181.36º72.13%23.92%-
HSV(B)181.36º83.81%41.18%-
XYZ7.6310.8415.05-
YUV77.51143.5184.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=7.56%
G=45.78%
B=46.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal171031050.840.0200.59181.3672.1323.92
Hex11676954203Bb54818
Octal21147151124207326511030
Binary1000111001111101001101010010011101110110101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116769; }

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

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

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

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

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

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

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

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