Shades of Bahama Blue #145C81
Tints of Bahama Blue #145C81
RGB
CMYK
RGB Variations
Color information
#145C81 (or 0x145C81) is known color: Bahama Blue. HEX triplet: 14, 5C and 81. RGB value is (20,92,129). Sum of RGB (Red+Green+Blue) = 20+92+129=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #145C81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145C81 is #EBA37E. Grayscale: #4A4A4A. Windows color (decimal): -15442815 or 8477716. OLE color: 8477716.
HSL color Cylindrical-coordinate representation of color #145C81: hue angle of 200.37º 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 #145C81 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 92 | 129 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.49 |
| HSL | 200.37º | 0.73% | 0.29% | - |
| HSV(B) | 200.37º | 0.84% | 0.51% | - |
| XYZ | 8.08 | 9.39 | 22.16 | - |
| YUV | 74.69 | 158.65 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 129 | 0.84 | 0.29 | 0 | 0.49 | 200.37 | 0.73 | 0.29 |
| Hex | 14 | 5C | 81 | 54 | 1D | 0 | 31 | C8 | 49 | 1D |
| Octal | 24 | 134 | 201 | 124 | 35 | 0 | 61 | 310 | 111 | 35 |
| Binary | 10100 | 1011100 | 10000001 | 1010100 | 11101 | 0 | 110001 | 11001000 | 1001001 | 11101 |
Color Harmonies of #145C81
Complementary color
Monochromatic Colors of #145C81
Black with #145C81
Text Example
Text Example
White with #145C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C81; }
p { color: rgb(20,92,129); }
H1.HeaderClassName
{
color: #145C81;
}
.AnyTagClassName
{
color: #145C81;
}
</style>
background-color css
<style>
a { background-color: #145C81; }
a { background-color: rgb(20,92,129); }
div.DivClassName
{
background-color: #145C81;
}
.BgClassName
{
background-color: #145C81;
}
</style>
border-color css
<style>
span { border-color: #145C81; }
span { border-color: rgb(20,92,129); }
td.TdClassName
{
border-color: #145C81;
}
.TagClassName
{
border-color: #145C81;
}
</style>