#165389

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

Shades of Bahama Blue #165389

Tints of Bahama Blue #165389

Color information

#165389 (or 0x165389) is unknown color: approx Bahama Blue. HEX triplet: 16, 53 and 89. RGB value is (22,83,137). Sum of RGB (Red+Green+Blue) = 22+83+137=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #165389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165389 is #E9AC76. Grayscale: #464646. Windows color (decimal): -15314039 or 8999702. OLE color: 8999702.

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

Color convert

RGB2283137-
CMYK0.840.3900.46
HSL208.17º72.33%31.18%-
HSV(B)208.17º83.94%53.73%-
XYZ7.948.1624.82-
YUV70.92165.2993.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.09%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 137 (53.91% from 255) = 56.61%
R=9.09%
G=34.30%
B=56.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22831370.840.3900.46208.1772.3331.18
Hex165389542702Ed0481f
Octal261232111244705632011037
Binary101101010011100010011010100100111010111011010000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165389; }

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

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

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

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

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

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

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

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