Shades of Bahama Blue #145D8B
Tints of Bahama Blue #145D8B
RGB
CMYK
RGB Variations
Color information
#145D8B (or 0x145D8B) is known color: Bahama Blue. HEX triplet: 14, 5D and 8B. RGB value is (20,93,139). Sum of RGB (Red+Green+Blue) = 20+93+139=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #145D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145D8B is #EBA274. Grayscale: #4C4C4C. Windows color (decimal): -15442549 or 9133332. OLE color: 9133332.
HSL color Cylindrical-coordinate representation of color #145D8B: hue angle of 203.19º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145D8B is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 93 | 139 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.45 |
| HSL | 203.19º | 0.75% | 0.31% | - |
| HSV(B) | 203.19º | 0.86% | 0.55% | - |
| XYZ | 8.86 | 9.84 | 25.86 | - |
| YUV | 76.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 93 | 139 | 0.86 | 0.33 | 0 | 0.45 | 203.19 | 0.75 | 0.31 |
| Hex | 14 | 5D | 8B | 56 | 21 | 0 | 2D | CB | 4B | 1F |
| Octal | 24 | 135 | 213 | 126 | 41 | 0 | 55 | 313 | 113 | 37 |
| Binary | 10100 | 1011101 | 10001011 | 1010110 | 100001 | 0 | 101101 | 11001011 | 1001011 | 11111 |
Color Harmonies of #145D8B
Complementary color
Monochromatic Colors of #145D8B
Black with #145D8B
Text Example
Text Example
White with #145D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145D8B; }
p { color: rgb(20,93,139); }
H1.HeaderClassName
{
color: #145D8B;
}
.AnyTagClassName
{
color: #145D8B;
}
</style>
background-color css
<style>
a { background-color: #145D8B; }
a { background-color: rgb(20,93,139); }
div.DivClassName
{
background-color: #145D8B;
}
.BgClassName
{
background-color: #145D8B;
}
</style>
border-color css
<style>
span { border-color: #145D8B; }
span { border-color: rgb(20,93,139); }
td.TdClassName
{
border-color: #145D8B;
}
.TagClassName
{
border-color: #145D8B;
}
</style>