Shades of Bahama Blue #215D89
Tints of Bahama Blue #215D89
RGB
CMYK
RGB Variations
Color information
#215D89 (or 0x215D89) is known color: Bahama Blue. HEX triplet: 21, 5D and 89. RGB value is (33,93,137). Sum of RGB (Red+Green+Blue) = 33+93+137=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #215D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215D89 is #DEA276. Grayscale: #4F4F4F. Windows color (decimal): -14590583 or 9002273. OLE color: 9002273.
HSL color Cylindrical-coordinate representation of color #215D89: hue angle of 205.38º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215D89 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 93 | 137 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.46 |
| HSL | 205.38º | 0.61% | 0.33% | - |
| HSV(B) | 205.38º | 0.76% | 0.54% | - |
| XYZ | 9.06 | 9.96 | 25.11 | - |
| YUV | 80.08 | 160.12 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 137 | 0.76 | 0.32 | 0 | 0.46 | 205.38 | 0.61 | 0.33 |
| Hex | 21 | 5D | 89 | 4C | 20 | 0 | 2E | CD | 3D | 21 |
| Octal | 41 | 135 | 211 | 114 | 40 | 0 | 56 | 315 | 75 | 41 |
| Binary | 100001 | 1011101 | 10001001 | 1001100 | 100000 | 0 | 101110 | 11001101 | 111101 | 100001 |
Color Harmonies of #215D89
Complementary color
Monochromatic Colors of #215D89
Black with #215D89
Text Example
Text Example
White with #215D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D89; }
p { color: rgb(33,93,137); }
H1.HeaderClassName
{
color: #215D89;
}
.AnyTagClassName
{
color: #215D89;
}
</style>
background-color css
<style>
a { background-color: #215D89; }
a { background-color: rgb(33,93,137); }
div.DivClassName
{
background-color: #215D89;
}
.BgClassName
{
background-color: #215D89;
}
</style>
border-color css
<style>
span { border-color: #215D89; }
span { border-color: rgb(33,93,137); }
td.TdClassName
{
border-color: #215D89;
}
.TagClassName
{
border-color: #215D89;
}
</style>