Shades of Bahama Blue #145A81
Tints of Bahama Blue #145A81
RGB
CMYK
RGB Variations
Color information
#145A81 (or 0x145A81) is known color: Bahama Blue. HEX triplet: 14, 5A and 81. RGB value is (20,90,129). Sum of RGB (Red+Green+Blue) = 20+90+129=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #145A81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145A81 is #EBA57E. Grayscale: #494949. Windows color (decimal): -15443327 or 8477204. OLE color: 8477204.
HSL color Cylindrical-coordinate representation of color #145A81: hue angle of 201.47º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145A81 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 90 | 129 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.49 |
| HSL | 201.47º | 0.73% | 0.29% | - |
| HSV(B) | 201.47º | 0.84% | 0.51% | - |
| XYZ | 7.91 | 9.05 | 22.1 | - |
| YUV | 73.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 129 | 0.84 | 0.30 | 0 | 0.49 | 201.47 | 0.73 | 0.29 |
| Hex | 14 | 5A | 81 | 54 | 1E | 0 | 31 | C9 | 49 | 1D |
| Octal | 24 | 132 | 201 | 124 | 36 | 0 | 61 | 311 | 111 | 35 |
| Binary | 10100 | 1011010 | 10000001 | 1010100 | 11110 | 0 | 110001 | 11001001 | 1001001 | 11101 |
Color Harmonies of #145A81
Complementary color
Monochromatic Colors of #145A81
Black with #145A81
Text Example
Text Example
White with #145A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145A81; }
p { color: rgb(20,90,129); }
H1.HeaderClassName
{
color: #145A81;
}
.AnyTagClassName
{
color: #145A81;
}
</style>
background-color css
<style>
a { background-color: #145A81; }
a { background-color: rgb(20,90,129); }
div.DivClassName
{
background-color: #145A81;
}
.BgClassName
{
background-color: #145A81;
}
</style>
border-color css
<style>
span { border-color: #145A81; }
span { border-color: rgb(20,90,129); }
td.TdClassName
{
border-color: #145A81;
}
.TagClassName
{
border-color: #145A81;
}
</style>