Shades of Bahama Blue #145486
Tints of Bahama Blue #145486
RGB
CMYK
RGB Variations
Color information
#145486 (or 0x145486) is known color: Bahama Blue. HEX triplet: 14, 54 and 86. RGB value is (20,84,134). Sum of RGB (Red+Green+Blue) = 20+84+134=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #145486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145486 is #EBAB79. Grayscale: #464646. Windows color (decimal): -15444858 or 8803348. OLE color: 8803348.
HSL color Cylindrical-coordinate representation of color #145486: hue angle of 206.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145486 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 84 | 134 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.47 |
| HSL | 206.32º | 0.74% | 0.3% | - |
| HSV(B) | 206.32º | 0.85% | 0.53% | - |
| XYZ | 7.76 | 8.21 | 23.73 | - |
| YUV | 70.56 | 163.8 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 134 | 0.85 | 0.37 | 0 | 0.47 | 206.32 | 0.74 | 0.3 |
| Hex | 14 | 54 | 86 | 55 | 25 | 0 | 2F | CE | 4A | 1E |
| Octal | 24 | 124 | 206 | 125 | 45 | 0 | 57 | 316 | 112 | 36 |
| Binary | 10100 | 1010100 | 10000110 | 1010101 | 100101 | 0 | 101111 | 11001110 | 1001010 | 11110 |
Color Harmonies of #145486
Complementary color
Monochromatic Colors of #145486
Black with #145486
Text Example
Text Example
White with #145486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145486; }
p { color: rgb(20,84,134); }
H1.HeaderClassName
{
color: #145486;
}
.AnyTagClassName
{
color: #145486;
}
</style>
background-color css
<style>
a { background-color: #145486; }
a { background-color: rgb(20,84,134); }
div.DivClassName
{
background-color: #145486;
}
.BgClassName
{
background-color: #145486;
}
</style>
border-color css
<style>
span { border-color: #145486; }
span { border-color: rgb(20,84,134); }
td.TdClassName
{
border-color: #145486;
}
.TagClassName
{
border-color: #145486;
}
</style>