Shades of Bahama Blue #155285
Tints of Bahama Blue #155285
RGB
CMYK
RGB Variations
Color information
#155285 (or 0x155285) is known color: Bahama Blue. HEX triplet: 15, 52 and 85. RGB value is (21,82,133). Sum of RGB (Red+Green+Blue) = 21+82+133=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #155285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155285 is #EAAD7A. Grayscale: #454545. Windows color (decimal): -15379835 or 8737301. OLE color: 8737301.
HSL color Cylindrical-coordinate representation of color #155285: hue angle of 207.32º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155285 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 82 | 133 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.48 |
| HSL | 207.32º | 0.73% | 0.3% | - |
| HSV(B) | 207.32º | 0.84% | 0.52% | - |
| XYZ | 7.56 | 7.89 | 23.31 | - |
| YUV | 69.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 133 | 0.84 | 0.38 | 0 | 0.48 | 207.32 | 0.73 | 0.3 |
| Hex | 15 | 52 | 85 | 54 | 26 | 0 | 30 | CF | 49 | 1E |
| Octal | 25 | 122 | 205 | 124 | 46 | 0 | 60 | 317 | 111 | 36 |
| Binary | 10101 | 1010010 | 10000101 | 1010100 | 100110 | 0 | 110000 | 11001111 | 1001001 | 11110 |
Color Harmonies of #155285
Complementary color
Monochromatic Colors of #155285
Black with #155285
Text Example
Text Example
White with #155285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155285; }
p { color: rgb(21,82,133); }
H1.HeaderClassName
{
color: #155285;
}
.AnyTagClassName
{
color: #155285;
}
</style>
background-color css
<style>
a { background-color: #155285; }
a { background-color: rgb(21,82,133); }
div.DivClassName
{
background-color: #155285;
}
.BgClassName
{
background-color: #155285;
}
</style>
border-color css
<style>
span { border-color: #155285; }
span { border-color: rgb(21,82,133); }
td.TdClassName
{
border-color: #155285;
}
.TagClassName
{
border-color: #155285;
}
</style>