Shades of Bahama Blue #145387
Tints of Bahama Blue #145387
RGB
CMYK
RGB Variations
Color information
#145387 (or 0x145387) is known color: Bahama Blue. HEX triplet: 14, 53 and 87. RGB value is (20,83,135). Sum of RGB (Red+Green+Blue) = 20+83+135=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #145387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145387 is #EBAC78. Grayscale: #454545. Windows color (decimal): -15445113 or 8868628. OLE color: 8868628.
HSL color Cylindrical-coordinate representation of color #145387: hue angle of 207.13º 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 #145387 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 83 | 135 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.47 |
| HSL | 207.13º | 0.74% | 0.3% | - |
| HSV(B) | 207.13º | 0.85% | 0.53% | - |
| XYZ | 7.75 | 8.08 | 24.07 | - |
| YUV | 70.09 | 164.63 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 135 | 0.85 | 0.39 | 0 | 0.47 | 207.13 | 0.74 | 0.3 |
| Hex | 14 | 53 | 87 | 55 | 27 | 0 | 2F | CF | 4A | 1E |
| Octal | 24 | 123 | 207 | 125 | 47 | 0 | 57 | 317 | 112 | 36 |
| Binary | 10100 | 1010011 | 10000111 | 1010101 | 100111 | 0 | 101111 | 11001111 | 1001010 | 11110 |
Color Harmonies of #145387
Complementary color
Monochromatic Colors of #145387
Black with #145387
Text Example
Text Example
White with #145387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145387; }
p { color: rgb(20,83,135); }
H1.HeaderClassName
{
color: #145387;
}
.AnyTagClassName
{
color: #145387;
}
</style>
background-color css
<style>
a { background-color: #145387; }
a { background-color: rgb(20,83,135); }
div.DivClassName
{
background-color: #145387;
}
.BgClassName
{
background-color: #145387;
}
</style>
border-color css
<style>
span { border-color: #145387; }
span { border-color: rgb(20,83,135); }
td.TdClassName
{
border-color: #145387;
}
.TagClassName
{
border-color: #145387;
}
</style>