Shades of Bahama Blue #145689
Tints of Bahama Blue #145689
RGB
CMYK
RGB Variations
Color information
#145689 (or 0x145689) is known color: Bahama Blue. HEX triplet: 14, 56 and 89. RGB value is (20,86,137). Sum of RGB (Red+Green+Blue) = 20+86+137=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #145689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145689 is #EBA976. Grayscale: #474747. Windows color (decimal): -15444343 or 9000468. OLE color: 9000468.
HSL color Cylindrical-coordinate representation of color #145689: hue angle of 206.15º 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 #145689 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 86 | 137 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.46 |
| HSL | 206.15º | 0.75% | 0.31% | - |
| HSV(B) | 206.15º | 0.85% | 0.54% | - |
| XYZ | 8.13 | 8.61 | 24.9 | - |
| YUV | 72.08 | 164.63 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 137 | 0.85 | 0.37 | 0 | 0.46 | 206.15 | 0.75 | 0.31 |
| Hex | 14 | 56 | 89 | 55 | 25 | 0 | 2E | CE | 4B | 1F |
| Octal | 24 | 126 | 211 | 125 | 45 | 0 | 56 | 316 | 113 | 37 |
| Binary | 10100 | 1010110 | 10001001 | 1010101 | 100101 | 0 | 101110 | 11001110 | 1001011 | 11111 |
Color Harmonies of #145689
Complementary color
Monochromatic Colors of #145689
Black with #145689
Text Example
Text Example
White with #145689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145689; }
p { color: rgb(20,86,137); }
H1.HeaderClassName
{
color: #145689;
}
.AnyTagClassName
{
color: #145689;
}
</style>
background-color css
<style>
a { background-color: #145689; }
a { background-color: rgb(20,86,137); }
div.DivClassName
{
background-color: #145689;
}
.BgClassName
{
background-color: #145689;
}
</style>
border-color css
<style>
span { border-color: #145689; }
span { border-color: rgb(20,86,137); }
td.TdClassName
{
border-color: #145689;
}
.TagClassName
{
border-color: #145689;
}
</style>