Shades of Bahama Blue #145E85
Tints of Bahama Blue #145E85
RGB
CMYK
RGB Variations
Color information
#145E85 (or 0x145E85) is known color: Bahama Blue. HEX triplet: 14, 5E and 85. RGB value is (20,94,133). Sum of RGB (Red+Green+Blue) = 20+94+133=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #145E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145E85 is #EBA17A. Grayscale: #4C4C4C. Windows color (decimal): -15442299 or 8740372. OLE color: 8740372.
HSL color Cylindrical-coordinate representation of color #145E85: hue angle of 200.71º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145E85 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 94 | 133 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.48 |
| HSL | 200.71º | 0.74% | 0.3% | - |
| HSV(B) | 200.71º | 0.85% | 0.52% | - |
| XYZ | 8.52 | 9.85 | 23.64 | - |
| YUV | 76.32 | 159.98 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 133 | 0.85 | 0.29 | 0 | 0.48 | 200.71 | 0.74 | 0.3 |
| Hex | 14 | 5E | 85 | 55 | 1D | 0 | 30 | C9 | 4A | 1E |
| Octal | 24 | 136 | 205 | 125 | 35 | 0 | 60 | 311 | 112 | 36 |
| Binary | 10100 | 1011110 | 10000101 | 1010101 | 11101 | 0 | 110000 | 11001001 | 1001010 | 11110 |
Color Harmonies of #145E85
Complementary color
Monochromatic Colors of #145E85
Black with #145E85
Text Example
Text Example
White with #145E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145E85; }
p { color: rgb(20,94,133); }
H1.HeaderClassName
{
color: #145E85;
}
.AnyTagClassName
{
color: #145E85;
}
</style>
background-color css
<style>
a { background-color: #145E85; }
a { background-color: rgb(20,94,133); }
div.DivClassName
{
background-color: #145E85;
}
.BgClassName
{
background-color: #145E85;
}
</style>
border-color css
<style>
span { border-color: #145E85; }
span { border-color: rgb(20,94,133); }
td.TdClassName
{
border-color: #145E85;
}
.TagClassName
{
border-color: #145E85;
}
</style>