Shades of Bahama Blue #136089
Tints of Bahama Blue #136089
RGB
CMYK
RGB Variations
Color information
#136089 (or 0x136089) is known color: Bahama Blue. HEX triplet: 13, 60 and 89. RGB value is (19,96,137). Sum of RGB (Red+Green+Blue) = 19+96+137=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #136089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136089 is #EC9F76. Grayscale: #4D4D4D. Windows color (decimal): -15507319 or 9003027. OLE color: 9003027.
HSL color Cylindrical-coordinate representation of color #136089: hue angle of 200.85º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136089 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 96 | 137 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.46 |
| HSL | 200.85º | 0.76% | 0.31% | - |
| HSV(B) | 200.85º | 0.86% | 0.54% | - |
| XYZ | 8.97 | 10.31 | 25.18 | - |
| YUV | 77.65 | 161.49 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 137 | 0.86 | 0.30 | 0 | 0.46 | 200.85 | 0.76 | 0.31 |
| Hex | 13 | 60 | 89 | 56 | 1E | 0 | 2E | C9 | 4C | 1F |
| Octal | 23 | 140 | 211 | 126 | 36 | 0 | 56 | 311 | 114 | 37 |
| Binary | 10011 | 1100000 | 10001001 | 1010110 | 11110 | 0 | 101110 | 11001001 | 1001100 | 11111 |
Color Harmonies of #136089
Complementary color
Monochromatic Colors of #136089
Black with #136089
Text Example
Text Example
White with #136089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136089; }
p { color: rgb(19,96,137); }
H1.HeaderClassName
{
color: #136089;
}
.AnyTagClassName
{
color: #136089;
}
</style>
background-color css
<style>
a { background-color: #136089; }
a { background-color: rgb(19,96,137); }
div.DivClassName
{
background-color: #136089;
}
.BgClassName
{
background-color: #136089;
}
</style>
border-color css
<style>
span { border-color: #136089; }
span { border-color: rgb(19,96,137); }
td.TdClassName
{
border-color: #136089;
}
.TagClassName
{
border-color: #136089;
}
</style>