Shades of Bahama Blue #16587E
Tints of Bahama Blue #16587E
RGB
CMYK
RGB Variations
Color information
#16587E (or 0x16587E) is known color: Bahama Blue. HEX triplet: 16, 58 and 7E. RGB value is (22,88,126). Sum of RGB (Red+Green+Blue) = 22+88+126=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #16587E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16587E is #E9A781. Grayscale: #484848. Windows color (decimal): -15312770 or 8280086. OLE color: 8280086.
HSL color Cylindrical-coordinate representation of color #16587E: hue angle of 201.92º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16587E is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 88 | 126 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.51 |
| HSL | 201.92º | 0.7% | 0.29% | - |
| HSV(B) | 201.92º | 0.83% | 0.49% | - |
| XYZ | 7.59 | 8.66 | 21.01 | - |
| YUV | 72.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 126 | 0.83 | 0.30 | 0 | 0.51 | 201.92 | 0.7 | 0.29 |
| Hex | 16 | 58 | 7E | 53 | 1E | 0 | 33 | CA | 46 | 1D |
| Octal | 26 | 130 | 176 | 123 | 36 | 0 | 63 | 312 | 106 | 35 |
| Binary | 10110 | 1011000 | 1111110 | 1010011 | 11110 | 0 | 110011 | 11001010 | 1000110 | 11101 |
Color Harmonies of #16587E
Complementary color
Monochromatic Colors of #16587E
Black with #16587E
Text Example
Text Example
White with #16587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16587E; }
p { color: rgb(22,88,126); }
H1.HeaderClassName
{
color: #16587E;
}
.AnyTagClassName
{
color: #16587E;
}
</style>
background-color css
<style>
a { background-color: #16587E; }
a { background-color: rgb(22,88,126); }
div.DivClassName
{
background-color: #16587E;
}
.BgClassName
{
background-color: #16587E;
}
</style>
border-color css
<style>
span { border-color: #16587E; }
span { border-color: rgb(22,88,126); }
td.TdClassName
{
border-color: #16587E;
}
.TagClassName
{
border-color: #16587E;
}
</style>