Shades of Bahama Blue #146089
Tints of Bahama Blue #146089
RGB
CMYK
RGB Variations
Color information
#146089 (or 0x146089) is known color: Bahama Blue. HEX triplet: 14, 60 and 89. RGB value is (20,96,137). Sum of RGB (Red+Green+Blue) = 20+96+137=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #146089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146089 is #EB9F76. Grayscale: #4D4D4D. Windows color (decimal): -15441783 or 9003028. OLE color: 9003028.
HSL color Cylindrical-coordinate representation of color #146089: hue angle of 201.03º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146089 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 96 | 137 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.46 |
| HSL | 201.03º | 0.75% | 0.31% | - |
| HSV(B) | 201.03º | 0.85% | 0.54% | - |
| XYZ | 8.99 | 10.32 | 25.19 | - |
| YUV | 77.95 | 161.32 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 137 | 0.85 | 0.30 | 0 | 0.46 | 201.03 | 0.75 | 0.31 |
| Hex | 14 | 60 | 89 | 55 | 1E | 0 | 2E | C9 | 4B | 1F |
| Octal | 24 | 140 | 211 | 125 | 36 | 0 | 56 | 311 | 113 | 37 |
| Binary | 10100 | 1100000 | 10001001 | 1010101 | 11110 | 0 | 101110 | 11001001 | 1001011 | 11111 |
Color Harmonies of #146089
Complementary color
Monochromatic Colors of #146089
Black with #146089
Text Example
Text Example
White with #146089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146089; }
p { color: rgb(20,96,137); }
H1.HeaderClassName
{
color: #146089;
}
.AnyTagClassName
{
color: #146089;
}
</style>
background-color css
<style>
a { background-color: #146089; }
a { background-color: rgb(20,96,137); }
div.DivClassName
{
background-color: #146089;
}
.BgClassName
{
background-color: #146089;
}
</style>
border-color css
<style>
span { border-color: #146089; }
span { border-color: rgb(20,96,137); }
td.TdClassName
{
border-color: #146089;
}
.TagClassName
{
border-color: #146089;
}
</style>