Shades of Bahama Blue #145D80
Tints of Bahama Blue #145D80
RGB
CMYK
RGB Variations
Color information
#145D80 (or 0x145D80) is known color: Bahama Blue. HEX triplet: 14, 5D and 80. RGB value is (20,93,128). Sum of RGB (Red+Green+Blue) = 20+93+128=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #145D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145D80 is #EBA27F. Grayscale: #4A4A4A. Windows color (decimal): -15442560 or 8412436. OLE color: 8412436.
HSL color Cylindrical-coordinate representation of color #145D80: hue angle of 199.44º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145D80 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 93 | 128 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.50 |
| HSL | 199.44º | 0.73% | 0.29% | - |
| HSV(B) | 199.44º | 0.84% | 0.5% | - |
| XYZ | 8.1 | 9.54 | 21.84 | - |
| YUV | 75.16 | 157.82 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 128 | 0.84 | 0.27 | 0 | 0.50 | 199.44 | 0.73 | 0.29 |
| Hex | 14 | 5D | 80 | 54 | 1B | 0 | 32 | C7 | 49 | 1D |
| Octal | 24 | 135 | 200 | 124 | 33 | 0 | 62 | 307 | 111 | 35 |
| Binary | 10100 | 1011101 | 10000000 | 1010100 | 11011 | 0 | 110010 | 11000111 | 1001001 | 11101 |
Color Harmonies of #145D80
Complementary color
Monochromatic Colors of #145D80
Black with #145D80
Text Example
Text Example
White with #145D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145D80; }
p { color: rgb(20,93,128); }
H1.HeaderClassName
{
color: #145D80;
}
.AnyTagClassName
{
color: #145D80;
}
</style>
background-color css
<style>
a { background-color: #145D80; }
a { background-color: rgb(20,93,128); }
div.DivClassName
{
background-color: #145D80;
}
.BgClassName
{
background-color: #145D80;
}
</style>
border-color css
<style>
span { border-color: #145D80; }
span { border-color: rgb(20,93,128); }
td.TdClassName
{
border-color: #145D80;
}
.TagClassName
{
border-color: #145D80;
}
</style>