#165189

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

Shades of Bahama Blue #165189

Tints of Bahama Blue #165189

Color information

#165189 (or 0x165189) is unknown color: approx Bahama Blue. HEX triplet: 16, 51 and 89. RGB value is (22,81,137). Sum of RGB (Red+Green+Blue) = 22+81+137=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #165189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165189 is #E9AE76. Grayscale: #454545. Windows color (decimal): -15314551 or 8999190. OLE color: 8999190.

HSL color Cylindrical-coordinate representation of color #165189: hue angle of 209.22º 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 #165189 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2281137-
CMYK0.840.4100.46
HSL209.22º72.33%31.18%-
HSV(B)209.22º83.94%53.73%-
XYZ7.797.8624.77-
YUV69.74165.9593.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.17%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 137 (53.91% from 255) = 57.08%
R=9.17%
G=33.75%
B=57.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22811370.840.4100.46209.2272.3331.18
Hex165189542902Ed1481f
Octal261212111245105632111037
Binary101101010001100010011010100101001010111011010001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165189; }

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

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

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

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

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

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

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

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