Shades of Bahama Blue #155386
Tints of Bahama Blue #155386
RGB
CMYK
RGB Variations
Color information
#155386 (or 0x155386) is known color: Bahama Blue. HEX triplet: 15, 53 and 86. RGB value is (21,83,134). Sum of RGB (Red+Green+Blue) = 21+83+134=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 83 (32.81% from 255 or 34.87% 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 #155386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155386 is #EAAC79. Grayscale: #464646. Windows color (decimal): -15379578 or 8803093. OLE color: 8803093.
HSL color Cylindrical-coordinate representation of color #155386: hue angle of 207.08º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155386 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 83 | 134 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.47 |
| HSL | 207.08º | 0.73% | 0.3% | - |
| HSV(B) | 207.08º | 0.84% | 0.53% | - |
| XYZ | 7.71 | 8.07 | 23.71 | - |
| YUV | 70.28 | 163.96 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 134 | 0.84 | 0.38 | 0 | 0.47 | 207.08 | 0.73 | 0.3 |
| Hex | 15 | 53 | 86 | 54 | 26 | 0 | 2F | CF | 49 | 1E |
| Octal | 25 | 123 | 206 | 124 | 46 | 0 | 57 | 317 | 111 | 36 |
| Binary | 10101 | 1010011 | 10000110 | 1010100 | 100110 | 0 | 101111 | 11001111 | 1001001 | 11110 |
Color Harmonies of #155386
Complementary color
Monochromatic Colors of #155386
Black with #155386
Text Example
Text Example
White with #155386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155386; }
p { color: rgb(21,83,134); }
H1.HeaderClassName
{
color: #155386;
}
.AnyTagClassName
{
color: #155386;
}
</style>
background-color css
<style>
a { background-color: #155386; }
a { background-color: rgb(21,83,134); }
div.DivClassName
{
background-color: #155386;
}
.BgClassName
{
background-color: #155386;
}
</style>
border-color css
<style>
span { border-color: #155386; }
span { border-color: rgb(21,83,134); }
td.TdClassName
{
border-color: #155386;
}
.TagClassName
{
border-color: #155386;
}
</style>