Shades of Bahama Blue #145E8D
Tints of Bahama Blue #145E8D
RGB
CMYK
RGB Variations
Color information
#145E8D (or 0x145E8D) is known color: Bahama Blue. HEX triplet: 14, 5E and 8D. RGB value is (20,94,141). Sum of RGB (Red+Green+Blue) = 20+94+141=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #145E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145E8D is #EBA172. Grayscale: #4C4C4C. Windows color (decimal): -15442291 or 9264660. OLE color: 9264660.
HSL color Cylindrical-coordinate representation of color #145E8D: hue angle of 203.31º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145E8D is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 94 | 141 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.45 |
| HSL | 203.31º | 0.75% | 0.32% | - |
| HSV(B) | 203.31º | 0.86% | 0.55% | - |
| XYZ | 9.1 | 10.08 | 26.66 | - |
| YUV | 77.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 141 | 0.86 | 0.33 | 0 | 0.45 | 203.31 | 0.75 | 0.32 |
| Hex | 14 | 5E | 8D | 56 | 21 | 0 | 2D | CB | 4B | 20 |
| Octal | 24 | 136 | 215 | 126 | 41 | 0 | 55 | 313 | 113 | 40 |
| Binary | 10100 | 1011110 | 10001101 | 1010110 | 100001 | 0 | 101101 | 11001011 | 1001011 | 100000 |
Color Harmonies of #145E8D
Complementary color
Monochromatic Colors of #145E8D
Black with #145E8D
Text Example
Text Example
White with #145E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145E8D; }
p { color: rgb(20,94,141); }
H1.HeaderClassName
{
color: #145E8D;
}
.AnyTagClassName
{
color: #145E8D;
}
</style>
background-color css
<style>
a { background-color: #145E8D; }
a { background-color: rgb(20,94,141); }
div.DivClassName
{
background-color: #145E8D;
}
.BgClassName
{
background-color: #145E8D;
}
</style>
border-color css
<style>
span { border-color: #145E8D; }
span { border-color: rgb(20,94,141); }
td.TdClassName
{
border-color: #145E8D;
}
.TagClassName
{
border-color: #145E8D;
}
</style>