#165985

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

Shades of Bahama Blue #165985

Tints of Bahama Blue #165985

Color information

#165985 (or 0x165985) is unknown color: approx Bahama Blue. HEX triplet: 16, 59 and 85. RGB value is (22,89,133). Sum of RGB (Red+Green+Blue) = 22+89+133=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #165985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165985 is #E9A67A. Grayscale: #494949. Windows color (decimal): -15312507 or 8739094. OLE color: 8739094.

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

Color convert

RGB2289133-
CMYK0.830.3300.48
HSL203.78º71.61%30.39%-
HSV(B)203.78º83.46%52.16%-
XYZ8.149.0123.5-
YUV73.98161.390.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.02%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 133 (52.34% from 255) = 54.51%
R=9.02%
G=36.48%
B=54.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22891330.830.3300.48203.7871.6130.39
Hex1659855321030cc481e
Octal261312051234106031411036
Binary101101011001100001011010011100001011000011001100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165985; }

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

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

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

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

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

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

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

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