Shades of Bahama Blue #165981
Tints of Bahama Blue #165981
RGB
CMYK
RGB Variations
Color information
#165981 (or 0x165981) is known color: Bahama Blue. HEX triplet: 16, 59 and 81. RGB value is (22,89,129). Sum of RGB (Red+Green+Blue) = 22+89+129=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #165981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165981 is #E9A67E. Grayscale: #494949. Windows color (decimal): -15312511 or 8476950. OLE color: 8476950.
HSL color Cylindrical-coordinate representation of color #165981: hue angle of 202.43º 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 #165981 is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 89 | 129 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.49 |
| HSL | 202.43º | 0.71% | 0.3% | - |
| HSV(B) | 202.43º | 0.83% | 0.51% | - |
| XYZ | 7.87 | 8.9 | 22.07 | - |
| YUV | 73.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 129 | 0.83 | 0.31 | 0 | 0.49 | 202.43 | 0.71 | 0.3 |
| Hex | 16 | 59 | 81 | 53 | 1F | 0 | 31 | CA | 47 | 1E |
| Octal | 26 | 131 | 201 | 123 | 37 | 0 | 61 | 312 | 107 | 36 |
| Binary | 10110 | 1011001 | 10000001 | 1010011 | 11111 | 0 | 110001 | 11001010 | 1000111 | 11110 |
Color Harmonies of #165981
Complementary color
Monochromatic Colors of #165981
Black with #165981
Text Example
Text Example
White with #165981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165981; }
p { color: rgb(22,89,129); }
H1.HeaderClassName
{
color: #165981;
}
.AnyTagClassName
{
color: #165981;
}
</style>
background-color css
<style>
a { background-color: #165981; }
a { background-color: rgb(22,89,129); }
div.DivClassName
{
background-color: #165981;
}
.BgClassName
{
background-color: #165981;
}
</style>
border-color css
<style>
span { border-color: #165981; }
span { border-color: rgb(22,89,129); }
td.TdClassName
{
border-color: #165981;
}
.TagClassName
{
border-color: #165981;
}
</style>