Shades of Bahama Blue #215B87
Tints of Bahama Blue #215B87
RGB
CMYK
RGB Variations
Color information
#215B87 (or 0x215B87) is known color: Bahama Blue. HEX triplet: 21, 5B and 87. RGB value is (33,91,135). Sum of RGB (Red+Green+Blue) = 33+91+135=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #215B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215B87 is #DEA478. Grayscale: #4E4E4E. Windows color (decimal): -14591097 or 8870689. OLE color: 8870689.
HSL color Cylindrical-coordinate representation of color #215B87: hue angle of 205.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215B87 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 91 | 135 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.47 |
| HSL | 205.88º | 0.61% | 0.33% | - |
| HSV(B) | 205.88º | 0.76% | 0.53% | - |
| XYZ | 8.74 | 9.55 | 24.31 | - |
| YUV | 78.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 135 | 0.76 | 0.33 | 0 | 0.47 | 205.88 | 0.61 | 0.33 |
| Hex | 21 | 5B | 87 | 4C | 21 | 0 | 2F | CE | 3D | 21 |
| Octal | 41 | 133 | 207 | 114 | 41 | 0 | 57 | 316 | 75 | 41 |
| Binary | 100001 | 1011011 | 10000111 | 1001100 | 100001 | 0 | 101111 | 11001110 | 111101 | 100001 |
Color Harmonies of #215B87
Complementary color
Monochromatic Colors of #215B87
Black with #215B87
Text Example
Text Example
White with #215B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B87; }
p { color: rgb(33,91,135); }
H1.HeaderClassName
{
color: #215B87;
}
.AnyTagClassName
{
color: #215B87;
}
</style>
background-color css
<style>
a { background-color: #215B87; }
a { background-color: rgb(33,91,135); }
div.DivClassName
{
background-color: #215B87;
}
.BgClassName
{
background-color: #215B87;
}
</style>
border-color css
<style>
span { border-color: #215B87; }
span { border-color: rgb(33,91,135); }
td.TdClassName
{
border-color: #215B87;
}
.TagClassName
{
border-color: #215B87;
}
</style>