#165969

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

Shades of Blue Stone #165969

Tints of Blue Stone #165969

Color information

#165969 (or 0x165969) is unknown color: approx Blue Stone. HEX triplet: 16, 59 and 69. RGB value is (22,89,105). Sum of RGB (Red+Green+Blue) = 22+89+105=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #165969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165969 is #E9A696. Grayscale: #464646. Windows color (decimal): -15312535 or 6904086. OLE color: 6904086.

HSL color Cylindrical-coordinate representation of color #165969: hue angle of 191.57º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165969 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2289105-
CMYK0.790.1500.59
HSL191.57º65.35%24.9%-
HSV(B)191.57º79.05%41.18%-
XYZ6.458.3414.63-
YUV70.79147.393.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.19%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=10.19%
G=41.20%
B=48.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22891050.790.1500.59191.5765.3524.9
Hex1659694FF03Bc04119
Octal261311511171707330010131
Binary101101011001110100110011111111011101111000000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165969; }

 p { color: rgb(22,89,105); }

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

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

 a { background-color: rgb(22,89,105); }

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

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

 span { border-color: rgb(22,89,105); }

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