Shades of Bahama Blue #145488
Tints of Bahama Blue #145488
RGB
CMYK
RGB Variations
Color information
#145488 (or 0x145488) is known color: Bahama Blue. HEX triplet: 14, 54 and 88. RGB value is (20,84,136). Sum of RGB (Red+Green+Blue) = 20+84+136=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #145488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145488 is #EBAB77. Grayscale: #464646. Windows color (decimal): -15444856 or 8934420. OLE color: 8934420.
HSL color Cylindrical-coordinate representation of color #145488: hue angle of 206.9º 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 #145488 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 84 | 136 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.47 |
| HSL | 206.9º | 0.74% | 0.31% | - |
| HSV(B) | 206.9º | 0.85% | 0.53% | - |
| XYZ | 7.9 | 8.27 | 24.47 | - |
| YUV | 70.79 | 164.8 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 136 | 0.85 | 0.38 | 0 | 0.47 | 206.9 | 0.74 | 0.31 |
| Hex | 14 | 54 | 88 | 55 | 26 | 0 | 2F | CF | 4A | 1F |
| Octal | 24 | 124 | 210 | 125 | 46 | 0 | 57 | 317 | 112 | 37 |
| Binary | 10100 | 1010100 | 10001000 | 1010101 | 100110 | 0 | 101111 | 11001111 | 1001010 | 11111 |
Color Harmonies of #145488
Complementary color
Monochromatic Colors of #145488
Black with #145488
Text Example
Text Example
White with #145488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145488; }
p { color: rgb(20,84,136); }
H1.HeaderClassName
{
color: #145488;
}
.AnyTagClassName
{
color: #145488;
}
</style>
background-color css
<style>
a { background-color: #145488; }
a { background-color: rgb(20,84,136); }
div.DivClassName
{
background-color: #145488;
}
.BgClassName
{
background-color: #145488;
}
</style>
border-color css
<style>
span { border-color: #145488; }
span { border-color: rgb(20,84,136); }
td.TdClassName
{
border-color: #145488;
}
.TagClassName
{
border-color: #145488;
}
</style>