#165685

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

Shades of Bahama Blue #165685

Tints of Bahama Blue #165685

Color information

#165685 (or 0x165685) is unknown color: approx Bahama Blue. HEX triplet: 16, 56 and 85. RGB value is (22,86,133). Sum of RGB (Red+Green+Blue) = 22+86+133=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #165685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165685 is #E9A97A. Grayscale: #474747. Windows color (decimal): -15313275 or 8738326. OLE color: 8738326.

HSL color Cylindrical-coordinate representation of color #165685: hue angle of 205.41º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165685 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2286133-
CMYK0.830.3500.48
HSL205.41º71.61%30.39%-
HSV(B)205.41º83.46%52.16%-
XYZ7.898.5223.42-
YUV72.22162.392.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.13%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 133 (52.34% from 255) = 55.19%
R=9.13%
G=35.68%
B=55.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22861330.830.3500.48205.4171.6130.39
Hex1656855323030cd481e
Octal261262051234306031511036
Binary101101010110100001011010011100011011000011001101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165685; }

 p { color: rgb(22,86,133); }

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

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

 a { background-color: rgb(22,86,133); }

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

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

 span { border-color: rgb(22,86,133); }

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