Shades of Bahama Blue #145688
Tints of Bahama Blue #145688
RGB
CMYK
RGB Variations
Color information
#145688 (or 0x145688) is known color: Bahama Blue. HEX triplet: 14, 56 and 88. RGB value is (20,86,136). Sum of RGB (Red+Green+Blue) = 20+86+136=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #145688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145688 is #EBA977. Grayscale: #474747. Windows color (decimal): -15444344 or 8934932. OLE color: 8934932.
HSL color Cylindrical-coordinate representation of color #145688: hue angle of 205.86º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145688 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 86 | 136 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.47 |
| HSL | 205.86º | 0.74% | 0.31% | - |
| HSV(B) | 205.86º | 0.85% | 0.53% | - |
| XYZ | 8.06 | 8.58 | 24.52 | - |
| YUV | 71.97 | 164.13 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 136 | 0.85 | 0.37 | 0 | 0.47 | 205.86 | 0.74 | 0.31 |
| Hex | 14 | 56 | 88 | 55 | 25 | 0 | 2F | CE | 4A | 1F |
| Octal | 24 | 126 | 210 | 125 | 45 | 0 | 57 | 316 | 112 | 37 |
| Binary | 10100 | 1010110 | 10001000 | 1010101 | 100101 | 0 | 101111 | 11001110 | 1001010 | 11111 |
Color Harmonies of #145688
Complementary color
Monochromatic Colors of #145688
Black with #145688
Text Example
Text Example
White with #145688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145688; }
p { color: rgb(20,86,136); }
H1.HeaderClassName
{
color: #145688;
}
.AnyTagClassName
{
color: #145688;
}
</style>
background-color css
<style>
a { background-color: #145688; }
a { background-color: rgb(20,86,136); }
div.DivClassName
{
background-color: #145688;
}
.BgClassName
{
background-color: #145688;
}
</style>
border-color css
<style>
span { border-color: #145688; }
span { border-color: rgb(20,86,136); }
td.TdClassName
{
border-color: #145688;
}
.TagClassName
{
border-color: #145688;
}
</style>