Shades of Bahama Blue #145B82
Tints of Bahama Blue #145B82
RGB
CMYK
RGB Variations
Color information
#145B82 (or 0x145B82) is known color: Bahama Blue. HEX triplet: 14, 5B and 82. RGB value is (20,91,130). Sum of RGB (Red+Green+Blue) = 20+91+130=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #145B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145B82 is #EBA47D. Grayscale: #494949. Windows color (decimal): -15443070 or 8542996. OLE color: 8542996.
HSL color Cylindrical-coordinate representation of color #145B82: hue angle of 201.27º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145B82 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 91 | 130 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.49 |
| HSL | 201.27º | 0.73% | 0.29% | - |
| HSV(B) | 201.27º | 0.85% | 0.51% | - |
| XYZ | 8.06 | 9.24 | 22.48 | - |
| YUV | 74.22 | 159.48 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 130 | 0.85 | 0.30 | 0 | 0.49 | 201.27 | 0.73 | 0.29 |
| Hex | 14 | 5B | 82 | 55 | 1E | 0 | 31 | C9 | 49 | 1D |
| Octal | 24 | 133 | 202 | 125 | 36 | 0 | 61 | 311 | 111 | 35 |
| Binary | 10100 | 1011011 | 10000010 | 1010101 | 11110 | 0 | 110001 | 11001001 | 1001001 | 11101 |
Color Harmonies of #145B82
Complementary color
Monochromatic Colors of #145B82
Black with #145B82
Text Example
Text Example
White with #145B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B82; }
p { color: rgb(20,91,130); }
H1.HeaderClassName
{
color: #145B82;
}
.AnyTagClassName
{
color: #145B82;
}
</style>
background-color css
<style>
a { background-color: #145B82; }
a { background-color: rgb(20,91,130); }
div.DivClassName
{
background-color: #145B82;
}
.BgClassName
{
background-color: #145B82;
}
</style>
border-color css
<style>
span { border-color: #145B82; }
span { border-color: rgb(20,91,130); }
td.TdClassName
{
border-color: #145B82;
}
.TagClassName
{
border-color: #145B82;
}
</style>