#165A84

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

Shades of Bahama Blue #165A84

Tints of Bahama Blue #165A84

Color information

#165A84 (or 0x165A84) is unknown color: approx Bahama Blue. HEX triplet: 16, 5A and 84. RGB value is (22,90,132). Sum of RGB (Red+Green+Blue) = 22+90+132=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #165A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165A84 is #E9A57B. Grayscale: #4A4A4A. Windows color (decimal): -15312252 or 8673814. OLE color: 8673814.

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

Color convert

RGB2290132-
CMYK0.830.3200.48
HSL202.91º71.43%30.2%-
HSV(B)202.91º83.33%51.76%-
XYZ8.159.1523.17-
YUV74.46160.4790.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.02%
GREEN value IS 90 (35.55% from 255) = 36.89%
BLUE value IS 132 (51.95% from 255) = 54.10%
R=9.02%
G=36.89%
B=54.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal22901320.830.3200.48202.9171.4330.2
Hex165A845320030cb471e
Octal261322041234006031310736
Binary101101011010100001001010011100000011000011001011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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