Shades of Bahama Blue #145487
Tints of Bahama Blue #145487
RGB
CMYK
RGB Variations
Color information
#145487 (or 0x145487) is known color: Bahama Blue. HEX triplet: 14, 54 and 87. RGB value is (20,84,135). Sum of RGB (Red+Green+Blue) = 20+84+135=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #145487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145487 is #EBAB78. Grayscale: #464646. Windows color (decimal): -15444857 or 8868884. OLE color: 8868884.
HSL color Cylindrical-coordinate representation of color #145487: hue angle of 206.61º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145487 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 84 | 135 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.47 |
| HSL | 206.61º | 0.74% | 0.3% | - |
| HSV(B) | 206.61º | 0.85% | 0.53% | - |
| XYZ | 7.83 | 8.24 | 24.1 | - |
| YUV | 70.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 135 | 0.85 | 0.38 | 0 | 0.47 | 206.61 | 0.74 | 0.3 |
| Hex | 14 | 54 | 87 | 55 | 26 | 0 | 2F | CF | 4A | 1E |
| Octal | 24 | 124 | 207 | 125 | 46 | 0 | 57 | 317 | 112 | 36 |
| Binary | 10100 | 1010100 | 10000111 | 1010101 | 100110 | 0 | 101111 | 11001111 | 1001010 | 11110 |
Color Harmonies of #145487
Complementary color
Monochromatic Colors of #145487
Black with #145487
Text Example
Text Example
White with #145487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145487; }
p { color: rgb(20,84,135); }
H1.HeaderClassName
{
color: #145487;
}
.AnyTagClassName
{
color: #145487;
}
</style>
background-color css
<style>
a { background-color: #145487; }
a { background-color: rgb(20,84,135); }
div.DivClassName
{
background-color: #145487;
}
.BgClassName
{
background-color: #145487;
}
</style>
border-color css
<style>
span { border-color: #145487; }
span { border-color: rgb(20,84,135); }
td.TdClassName
{
border-color: #145487;
}
.TagClassName
{
border-color: #145487;
}
</style>