#165A7F

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

Shades of Bahama Blue #165A7F

Tints of Bahama Blue #165A7F

Color information

#165A7F (or 0x165A7F) is unknown color: approx Bahama Blue. HEX triplet: 16, 5A and 7F. RGB value is (22,90,127). Sum of RGB (Red+Green+Blue) = 22+90+127=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #165A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A7F is #E9A580. Grayscale: #494949. Windows color (decimal): -15312257 or 8346134. OLE color: 8346134.

HSL color Cylindrical-coordinate representation of color #165A7F: hue angle of 201.14º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165A7F is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2290127-
CMYK0.830.2900.50
HSL201.14º70.47%29.22%-
HSV(B)201.14º82.68%49.8%-
XYZ7.829.0221.41-
YUV73.89157.9790.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 90 (35.55% from 255) = 37.66%
BLUE value IS 127 (50% from 255) = 53.14%
R=9.21%
G=37.66%
B=53.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22901270.830.2900.50201.1470.4729.22
Hex165A7F531D032c9461d
Octal261321771233506231110635
Binary1011010110101111111101001111101011001011001001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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