Shades of Bahama Blue #155286
Tints of Bahama Blue #155286
RGB
CMYK
RGB Variations
Color information
#155286 (or 0x155286) is known color: Bahama Blue. HEX triplet: 15, 52 and 86. RGB value is (21,82,134). Sum of RGB (Red+Green+Blue) = 21+82+134=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #155286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155286 is #EAAD79. Grayscale: #454545. Windows color (decimal): -15379834 or 8802837. OLE color: 8802837.
HSL color Cylindrical-coordinate representation of color #155286: hue angle of 207.61º 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 #155286 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 82 | 134 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.47 |
| HSL | 207.61º | 0.73% | 0.3% | - |
| HSV(B) | 207.61º | 0.84% | 0.53% | - |
| XYZ | 7.63 | 7.92 | 23.68 | - |
| YUV | 69.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 134 | 0.84 | 0.39 | 0 | 0.47 | 207.61 | 0.73 | 0.3 |
| Hex | 15 | 52 | 86 | 54 | 27 | 0 | 2F | D0 | 49 | 1E |
| Octal | 25 | 122 | 206 | 124 | 47 | 0 | 57 | 320 | 111 | 36 |
| Binary | 10101 | 1010010 | 10000110 | 1010100 | 100111 | 0 | 101111 | 11010000 | 1001001 | 11110 |
Color Harmonies of #155286
Complementary color
Monochromatic Colors of #155286
Black with #155286
Text Example
Text Example
White with #155286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155286; }
p { color: rgb(21,82,134); }
H1.HeaderClassName
{
color: #155286;
}
.AnyTagClassName
{
color: #155286;
}
</style>
background-color css
<style>
a { background-color: #155286; }
a { background-color: rgb(21,82,134); }
div.DivClassName
{
background-color: #155286;
}
.BgClassName
{
background-color: #155286;
}
</style>
border-color css
<style>
span { border-color: #155286; }
span { border-color: rgb(21,82,134); }
td.TdClassName
{
border-color: #155286;
}
.TagClassName
{
border-color: #155286;
}
</style>