Shades of Bahama Blue #145B87
Tints of Bahama Blue #145B87
RGB
CMYK
RGB Variations
Color information
#145B87 (or 0x145B87) is known color: Bahama Blue. HEX triplet: 14, 5B and 87. RGB value is (20,91,135). Sum of RGB (Red+Green+Blue) = 20+91+135=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #145B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145B87 is #EBA478. Grayscale: #4A4A4A. Windows color (decimal): -15443065 or 8870676. OLE color: 8870676.
HSL color Cylindrical-coordinate representation of color #145B87: hue angle of 202.96º 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 #145B87 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 91 | 135 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.47 |
| HSL | 202.96º | 0.74% | 0.3% | - |
| HSV(B) | 202.96º | 0.85% | 0.53% | - |
| XYZ | 8.4 | 9.38 | 24.29 | - |
| YUV | 74.79 | 161.98 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 135 | 0.85 | 0.33 | 0 | 0.47 | 202.96 | 0.74 | 0.3 |
| Hex | 14 | 5B | 87 | 55 | 21 | 0 | 2F | CB | 4A | 1E |
| Octal | 24 | 133 | 207 | 125 | 41 | 0 | 57 | 313 | 112 | 36 |
| Binary | 10100 | 1011011 | 10000111 | 1010101 | 100001 | 0 | 101111 | 11001011 | 1001010 | 11110 |
Color Harmonies of #145B87
Complementary color
Monochromatic Colors of #145B87
Black with #145B87
Text Example
Text Example
White with #145B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B87; }
p { color: rgb(20,91,135); }
H1.HeaderClassName
{
color: #145B87;
}
.AnyTagClassName
{
color: #145B87;
}
</style>
background-color css
<style>
a { background-color: #145B87; }
a { background-color: rgb(20,91,135); }
div.DivClassName
{
background-color: #145B87;
}
.BgClassName
{
background-color: #145B87;
}
</style>
border-color css
<style>
span { border-color: #145B87; }
span { border-color: rgb(20,91,135); }
td.TdClassName
{
border-color: #145B87;
}
.TagClassName
{
border-color: #145B87;
}
</style>