Shades of Bahama Blue #14587D
Tints of Bahama Blue #14587D
RGB
CMYK
RGB Variations
Color information
#14587D (or 0x14587D) is known color: Bahama Blue. HEX triplet: 14, 58 and 7D. RGB value is (20,88,125). Sum of RGB (Red+Green+Blue) = 20+88+125=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #14587D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14587D is #EBA782. Grayscale: #474747. Windows color (decimal): -15443843 or 8214548. OLE color: 8214548.
HSL color Cylindrical-coordinate representation of color #14587D: hue angle of 201.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14587D is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 88 | 125 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.51 |
| HSL | 201.14º | 0.72% | 0.28% | - |
| HSV(B) | 201.14º | 0.84% | 0.49% | - |
| XYZ | 7.48 | 8.61 | 20.67 | - |
| YUV | 71.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 125 | 0.84 | 0.30 | 0 | 0.51 | 201.14 | 0.72 | 0.28 |
| Hex | 14 | 58 | 7D | 54 | 1E | 0 | 33 | C9 | 48 | 1C |
| Octal | 24 | 130 | 175 | 124 | 36 | 0 | 63 | 311 | 110 | 34 |
| Binary | 10100 | 1011000 | 1111101 | 1010100 | 11110 | 0 | 110011 | 11001001 | 1001000 | 11100 |
Color Harmonies of #14587D
Complementary color
Monochromatic Colors of #14587D
Black with #14587D
Text Example
Text Example
White with #14587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14587D; }
p { color: rgb(20,88,125); }
H1.HeaderClassName
{
color: #14587D;
}
.AnyTagClassName
{
color: #14587D;
}
</style>
background-color css
<style>
a { background-color: #14587D; }
a { background-color: rgb(20,88,125); }
div.DivClassName
{
background-color: #14587D;
}
.BgClassName
{
background-color: #14587D;
}
</style>
border-color css
<style>
span { border-color: #14587D; }
span { border-color: rgb(20,88,125); }
td.TdClassName
{
border-color: #14587D;
}
.TagClassName
{
border-color: #14587D;
}
</style>