Shades of Bahama Blue #145C89
Tints of Bahama Blue #145C89
RGB
CMYK
RGB Variations
Color information
#145C89 (or 0x145C89) is known color: Bahama Blue. HEX triplet: 14, 5C and 89. RGB value is (20,92,137). Sum of RGB (Red+Green+Blue) = 20+92+137=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #145C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145C89 is #EBA376. Grayscale: #4B4B4B. Windows color (decimal): -15442807 or 9002004. OLE color: 9002004.
HSL color Cylindrical-coordinate representation of color #145C89: hue angle of 203.08º 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 #145C89 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 92 | 137 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.46 |
| HSL | 203.08º | 0.75% | 0.31% | - |
| HSV(B) | 203.08º | 0.85% | 0.54% | - |
| XYZ | 8.63 | 9.61 | 25.07 | - |
| YUV | 75.6 | 162.65 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 137 | 0.85 | 0.33 | 0 | 0.46 | 203.08 | 0.75 | 0.31 |
| Hex | 14 | 5C | 89 | 55 | 21 | 0 | 2E | CB | 4B | 1F |
| Octal | 24 | 134 | 211 | 125 | 41 | 0 | 56 | 313 | 113 | 37 |
| Binary | 10100 | 1011100 | 10001001 | 1010101 | 100001 | 0 | 101110 | 11001011 | 1001011 | 11111 |
Color Harmonies of #145C89
Complementary color
Monochromatic Colors of #145C89
Black with #145C89
Text Example
Text Example
White with #145C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C89; }
p { color: rgb(20,92,137); }
H1.HeaderClassName
{
color: #145C89;
}
.AnyTagClassName
{
color: #145C89;
}
</style>
background-color css
<style>
a { background-color: #145C89; }
a { background-color: rgb(20,92,137); }
div.DivClassName
{
background-color: #145C89;
}
.BgClassName
{
background-color: #145C89;
}
</style>
border-color css
<style>
span { border-color: #145C89; }
span { border-color: rgb(20,92,137); }
td.TdClassName
{
border-color: #145C89;
}
.TagClassName
{
border-color: #145C89;
}
</style>