#165B88

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

Shades of Bahama Blue #165B88

Tints of Bahama Blue #165B88

Color information

#165B88 (or 0x165B88) is unknown color: approx Bahama Blue. HEX triplet: 16, 5B and 88. RGB value is (22,91,136). Sum of RGB (Red+Green+Blue) = 22+91+136=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #165B88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165B88 is #E9A477. Grayscale: #4B4B4B. Windows color (decimal): -15311992 or 8936214. OLE color: 8936214.

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

Color convert

RGB2291136-
CMYK0.840.3300.47
HSL203.68º72.15%30.98%-
HSV(B)203.68º83.82%53.33%-
XYZ8.529.4324.66-
YUV75.5162.1489.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.84%
GREEN value IS 91 (35.94% from 255) = 36.55%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=8.84%
G=36.55%
B=54.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22911360.840.3300.47203.6872.1530.98
Hex165B88542102Fcc481f
Octal261332101244105731411037
Binary101101011011100010001010100100001010111111001100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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