Shades of Bahama Blue #215D86
Tints of Bahama Blue #215D86
RGB
CMYK
RGB Variations
Color information
#215D86 (or 0x215D86) is known color: Bahama Blue. HEX triplet: 21, 5D and 86. RGB value is (33,93,134). Sum of RGB (Red+Green+Blue) = 33+93+134=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #215D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215D86 is #DEA279. Grayscale: #4F4F4F. Windows color (decimal): -14590586 or 8805665. OLE color: 8805665.
HSL color Cylindrical-coordinate representation of color #215D86: hue angle of 204.36º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215D86 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 93 | 134 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.47 |
| HSL | 204.36º | 0.6% | 0.33% | - |
| HSV(B) | 204.36º | 0.75% | 0.53% | - |
| XYZ | 8.84 | 9.87 | 23.99 | - |
| YUV | 79.73 | 158.62 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 134 | 0.75 | 0.31 | 0 | 0.47 | 204.36 | 0.6 | 0.33 |
| Hex | 21 | 5D | 86 | 4B | 1F | 0 | 2F | CC | 3C | 21 |
| Octal | 41 | 135 | 206 | 113 | 37 | 0 | 57 | 314 | 74 | 41 |
| Binary | 100001 | 1011101 | 10000110 | 1001011 | 11111 | 0 | 101111 | 11001100 | 111100 | 100001 |
Color Harmonies of #215D86
Complementary color
Monochromatic Colors of #215D86
Black with #215D86
Text Example
Text Example
White with #215D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D86; }
p { color: rgb(33,93,134); }
H1.HeaderClassName
{
color: #215D86;
}
.AnyTagClassName
{
color: #215D86;
}
</style>
background-color css
<style>
a { background-color: #215D86; }
a { background-color: rgb(33,93,134); }
div.DivClassName
{
background-color: #215D86;
}
.BgClassName
{
background-color: #215D86;
}
</style>
border-color css
<style>
span { border-color: #215D86; }
span { border-color: rgb(33,93,134); }
td.TdClassName
{
border-color: #215D86;
}
.TagClassName
{
border-color: #215D86;
}
</style>