Shades of Bahama Blue #145F88
Tints of Bahama Blue #145F88
RGB
CMYK
RGB Variations
Color information
#145F88 (or 0x145F88) is known color: Bahama Blue. HEX triplet: 14, 5F and 88. RGB value is (20,95,136). Sum of RGB (Red+Green+Blue) = 20+95+136=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #145F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F88 is #EBA077. Grayscale: #4D4D4D. Windows color (decimal): -15442040 or 8937236. OLE color: 8937236.
HSL color Cylindrical-coordinate representation of color #145F88: hue angle of 201.21º 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 #145F88 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 95 | 136 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.47 |
| HSL | 201.21º | 0.74% | 0.31% | - |
| HSV(B) | 201.21º | 0.85% | 0.53% | - |
| XYZ | 8.82 | 10.11 | 24.78 | - |
| YUV | 77.25 | 161.15 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 136 | 0.85 | 0.30 | 0 | 0.47 | 201.21 | 0.74 | 0.31 |
| Hex | 14 | 5F | 88 | 55 | 1E | 0 | 2F | C9 | 4A | 1F |
| Octal | 24 | 137 | 210 | 125 | 36 | 0 | 57 | 311 | 112 | 37 |
| Binary | 10100 | 1011111 | 10001000 | 1010101 | 11110 | 0 | 101111 | 11001001 | 1001010 | 11111 |
Color Harmonies of #145F88
Complementary color
Monochromatic Colors of #145F88
Black with #145F88
Text Example
Text Example
White with #145F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F88; }
p { color: rgb(20,95,136); }
H1.HeaderClassName
{
color: #145F88;
}
.AnyTagClassName
{
color: #145F88;
}
</style>
background-color css
<style>
a { background-color: #145F88; }
a { background-color: rgb(20,95,136); }
div.DivClassName
{
background-color: #145F88;
}
.BgClassName
{
background-color: #145F88;
}
</style>
border-color css
<style>
span { border-color: #145F88; }
span { border-color: rgb(20,95,136); }
td.TdClassName
{
border-color: #145F88;
}
.TagClassName
{
border-color: #145F88;
}
</style>