#165A81

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

Shades of Bahama Blue #165A81

Tints of Bahama Blue #165A81

Color information

#165A81 (or 0x165A81) is unknown color: approx Bahama Blue. HEX triplet: 16, 5A and 81. RGB value is (22,90,129). Sum of RGB (Red+Green+Blue) = 22+90+129=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #165A81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165A81 is #E9A57E. Grayscale: #494949. Windows color (decimal): -15312255 or 8477206. OLE color: 8477206.

HSL color Cylindrical-coordinate representation of color #165A81: hue angle of 201.87º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165A81 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2290129-
CMYK0.830.3000.49
HSL201.87º70.86%29.61%-
HSV(B)201.87º82.95%50.59%-
XYZ7.959.0722.1-
YUV74.11158.9790.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.13%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 129 (50.78% from 255) = 53.53%
R=9.13%
G=37.34%
B=53.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22901290.830.3000.49201.8770.8629.61
Hex165A81531E031ca471e
Octal261322011233606131210736
Binary10110101101010000001101001111110011000111001010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,90,129); }

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

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

 a { background-color: rgb(22,90,129); }

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

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

 span { border-color: rgb(22,90,129); }

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