#165B89

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

Shades of Bahama Blue #165B89

Tints of Bahama Blue #165B89

Color information

#165B89 (or 0x165B89) is unknown color: approx Bahama Blue. HEX triplet: 16, 5B and 89. RGB value is (22,91,137). Sum of RGB (Red+Green+Blue) = 22+91+137=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #165B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165B89 is #E9A476. Grayscale: #4B4B4B. Windows color (decimal): -15311991 or 9001750. OLE color: 9001750.

HSL color Cylindrical-coordinate representation of color #165B89: hue angle of 204º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #165B89 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2291137-
CMYK0.840.3400.46
HSL204º72.33%31.18%-
HSV(B)204º83.94%53.73%-
XYZ8.599.4625.04-
YUV75.61162.6489.76-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.8%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 137 (53.91% from 255) = 54.8%
R=8.8%
G=36.4%
B=54.8%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22911370.840.3400.4620472.3331.18
Hex165B89542202Ecc481f
Octal261332111244205631411037
Binary101101011011100010011010100100010010111011001100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165B89; }

 p { color: rgb(22,91,137); }

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

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

 a { background-color: rgb(22,91,137); }

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

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

 span { border-color: rgb(22,91,137); }

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