#165865

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

Shades of Blue Stone #165865

Tints of Blue Stone #165865

Color information

#165865 (or 0x165865) is unknown color: approx Blue Stone. HEX triplet: 16, 58 and 65. RGB value is (22,88,101). Sum of RGB (Red+Green+Blue) = 22+88+101=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #165865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165865 is #E9A79A. Grayscale: #454545. Windows color (decimal): -15312795 or 6641686. OLE color: 6641686.

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

Color convert

RGB2288101-
CMYK0.780.1300.60
HSL189.87º64.23%24.12%-
HSV(B)189.87º78.22%39.61%-
XYZ6.178.0913.55-
YUV69.75145.6393.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.43%
GREEN value IS 88 (34.77% from 255) = 41.71%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=10.43%
G=41.71%
B=47.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal22881010.780.1300.60189.8764.2324.12
Hex1658654ED03Cbe4018
Octal261301451161507427610030
Binary101101011000110010110011101101011110010111110100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165865; }

 p { color: rgb(22,88,101); }

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

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

 a { background-color: rgb(22,88,101); }

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

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

 span { border-color: rgb(22,88,101); }

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