Shades of Bahama Blue #165986
Tints of Bahama Blue #165986
RGB
CMYK
RGB Variations
Color information
#165986 (or 0x165986) is known color: Bahama Blue. HEX triplet: 16, 59 and 86. RGB value is (22,89,134). Sum of RGB (Red+Green+Blue) = 22+89+134=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #165986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165986 is #E9A679. Grayscale: #494949. Windows color (decimal): -15312506 or 8804630. OLE color: 8804630.
HSL color Cylindrical-coordinate representation of color #165986: hue angle of 204.11º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #165986 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 89 | 134 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.47 |
| HSL | 204.11º | 0.72% | 0.31% | - |
| HSV(B) | 204.11º | 0.84% | 0.53% | - |
| XYZ | 8.21 | 9.04 | 23.87 | - |
| YUV | 74.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 134 | 0.84 | 0.34 | 0 | 0.47 | 204.11 | 0.72 | 0.31 |
| Hex | 16 | 59 | 86 | 54 | 22 | 0 | 2F | CC | 48 | 1F |
| Octal | 26 | 131 | 206 | 124 | 42 | 0 | 57 | 314 | 110 | 37 |
| Binary | 10110 | 1011001 | 10000110 | 1010100 | 100010 | 0 | 101111 | 11001100 | 1001000 | 11111 |
Color Harmonies of #165986
Complementary color
Monochromatic Colors of #165986
Black with #165986
Text Example
Text Example
White with #165986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165986; }
p { color: rgb(22,89,134); }
H1.HeaderClassName
{
color: #165986;
}
.AnyTagClassName
{
color: #165986;
}
</style>
background-color css
<style>
a { background-color: #165986; }
a { background-color: rgb(22,89,134); }
div.DivClassName
{
background-color: #165986;
}
.BgClassName
{
background-color: #165986;
}
</style>
border-color css
<style>
span { border-color: #165986; }
span { border-color: rgb(22,89,134); }
td.TdClassName
{
border-color: #165986;
}
.TagClassName
{
border-color: #165986;
}
</style>