#165E89

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

Shades of Bahama Blue #165E89

Tints of Bahama Blue #165E89

Color information

#165E89 (or 0x165E89) is unknown color: approx Bahama Blue. HEX triplet: 16, 5E and 89. RGB value is (22,94,137). Sum of RGB (Red+Green+Blue) = 22+94+137=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #165E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165E89 is #E9A176. Grayscale: #4D4D4D. Windows color (decimal): -15311223 or 9002518. OLE color: 9002518.

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

Color convert

RGB2294137-
CMYK0.840.3100.46
HSL202.43º72.33%31.18%-
HSV(B)202.43º83.94%53.73%-
XYZ8.859.9825.13-
YUV77.37161.6588.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.70%
GREEN value IS 94 (37.11% from 255) = 37.15%
BLUE value IS 137 (53.91% from 255) = 54.15%
R=8.70%
G=37.15%
B=54.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22941370.840.3100.46202.4372.3331.18
Hex165E89541F02Eca481f
Octal261362111243705631211037
Binary10110101111010001001101010011111010111011001010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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