Shades of Bahama Blue #165185
Tints of Bahama Blue #165185
RGB
CMYK
RGB Variations
Color information
#165185 (or 0x165185) is known color: Bahama Blue. HEX triplet: 16, 51 and 85. RGB value is (22,81,133). Sum of RGB (Red+Green+Blue) = 22+81+133=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #165185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165185 is #E9AE7A. Grayscale: #454545. Windows color (decimal): -15314555 or 8737046. OLE color: 8737046.
HSL color Cylindrical-coordinate representation of color #165185: hue angle of 208.11º degrees, saturation: 0.72, 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 #165185 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 81 | 133 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.48 |
| HSL | 208.11º | 0.72% | 0.3% | - |
| HSV(B) | 208.11º | 0.83% | 0.52% | - |
| XYZ | 7.51 | 7.75 | 23.29 | - |
| YUV | 69.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 81 | 133 | 0.83 | 0.39 | 0 | 0.48 | 208.11 | 0.72 | 0.3 |
| Hex | 16 | 51 | 85 | 53 | 27 | 0 | 30 | D0 | 48 | 1E |
| Octal | 26 | 121 | 205 | 123 | 47 | 0 | 60 | 320 | 110 | 36 |
| Binary | 10110 | 1010001 | 10000101 | 1010011 | 100111 | 0 | 110000 | 11010000 | 1001000 | 11110 |
Color Harmonies of #165185
Complementary color
Monochromatic Colors of #165185
Black with #165185
Text Example
Text Example
White with #165185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165185; }
p { color: rgb(22,81,133); }
H1.HeaderClassName
{
color: #165185;
}
.AnyTagClassName
{
color: #165185;
}
</style>
background-color css
<style>
a { background-color: #165185; }
a { background-color: rgb(22,81,133); }
div.DivClassName
{
background-color: #165185;
}
.BgClassName
{
background-color: #165185;
}
</style>
border-color css
<style>
span { border-color: #165185; }
span { border-color: rgb(22,81,133); }
td.TdClassName
{
border-color: #165185;
}
.TagClassName
{
border-color: #165185;
}
</style>