Shades of Bahama Blue #165580
Tints of Bahama Blue #165580
RGB
CMYK
RGB Variations
Color information
#165580 (or 0x165580) is known color: Bahama Blue. HEX triplet: 16, 55 and 80. RGB value is (22,85,128). Sum of RGB (Red+Green+Blue) = 22+85+128=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #165580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165580 is #E9AA7F. Grayscale: #464646. Windows color (decimal): -15313536 or 8410390. OLE color: 8410390.
HSL color Cylindrical-coordinate representation of color #165580: hue angle of 204.34º degrees, saturation: 0.71, 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 #165580 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 85 | 128 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.50 |
| HSL | 204.34º | 0.71% | 0.29% | - |
| HSV(B) | 204.34º | 0.83% | 0.5% | - |
| XYZ | 7.48 | 8.23 | 21.62 | - |
| YUV | 71.07 | 160.13 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 128 | 0.83 | 0.34 | 0 | 0.50 | 204.34 | 0.71 | 0.29 |
| Hex | 16 | 55 | 80 | 53 | 22 | 0 | 32 | CC | 47 | 1D |
| Octal | 26 | 125 | 200 | 123 | 42 | 0 | 62 | 314 | 107 | 35 |
| Binary | 10110 | 1010101 | 10000000 | 1010011 | 100010 | 0 | 110010 | 11001100 | 1000111 | 11101 |
Color Harmonies of #165580
Complementary color
Monochromatic Colors of #165580
Black with #165580
Text Example
Text Example
White with #165580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165580; }
p { color: rgb(22,85,128); }
H1.HeaderClassName
{
color: #165580;
}
.AnyTagClassName
{
color: #165580;
}
</style>
background-color css
<style>
a { background-color: #165580; }
a { background-color: rgb(22,85,128); }
div.DivClassName
{
background-color: #165580;
}
.BgClassName
{
background-color: #165580;
}
</style>
border-color css
<style>
span { border-color: #165580; }
span { border-color: rgb(22,85,128); }
td.TdClassName
{
border-color: #165580;
}
.TagClassName
{
border-color: #165580;
}
</style>