Shades of Bahama Blue #145F8D
Tints of Bahama Blue #145F8D
RGB
CMYK
RGB Variations
Color information
#145F8D (or 0x145F8D) is known color: Bahama Blue. HEX triplet: 14, 5F and 8D. RGB value is (20,95,141). Sum of RGB (Red+Green+Blue) = 20+95+141=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #145F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F8D is #EBA072. Grayscale: #4D4D4D. Windows color (decimal): -15442035 or 9264916. OLE color: 9264916.
HSL color Cylindrical-coordinate representation of color #145F8D: hue angle of 202.81º 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 #145F8D is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 95 | 141 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.45 |
| HSL | 202.81º | 0.75% | 0.32% | - |
| HSV(B) | 202.81º | 0.86% | 0.55% | - |
| XYZ | 9.19 | 10.26 | 26.69 | - |
| YUV | 77.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 141 | 0.86 | 0.33 | 0 | 0.45 | 202.81 | 0.75 | 0.32 |
| Hex | 14 | 5F | 8D | 56 | 21 | 0 | 2D | CB | 4B | 20 |
| Octal | 24 | 137 | 215 | 126 | 41 | 0 | 55 | 313 | 113 | 40 |
| Binary | 10100 | 1011111 | 10001101 | 1010110 | 100001 | 0 | 101101 | 11001011 | 1001011 | 100000 |
Color Harmonies of #145F8D
Complementary color
Monochromatic Colors of #145F8D
Black with #145F8D
Text Example
Text Example
White with #145F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F8D; }
p { color: rgb(20,95,141); }
H1.HeaderClassName
{
color: #145F8D;
}
.AnyTagClassName
{
color: #145F8D;
}
</style>
background-color css
<style>
a { background-color: #145F8D; }
a { background-color: rgb(20,95,141); }
div.DivClassName
{
background-color: #145F8D;
}
.BgClassName
{
background-color: #145F8D;
}
</style>
border-color css
<style>
span { border-color: #145F8D; }
span { border-color: rgb(20,95,141); }
td.TdClassName
{
border-color: #145F8D;
}
.TagClassName
{
border-color: #145F8D;
}
</style>