Shades of Bahama Blue #215981
Tints of Bahama Blue #215981
RGB
CMYK
RGB Variations
Color information
#215981 (or 0x215981) is known color: Bahama Blue. HEX triplet: 21, 59 and 81. RGB value is (33,89,129). Sum of RGB (Red+Green+Blue) = 33+89+129=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #215981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215981 is #DEA67E. Grayscale: #4C4C4C. Windows color (decimal): -14591615 or 8476961. OLE color: 8476961.
HSL color Cylindrical-coordinate representation of color #215981: hue angle of 205º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #215981 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 89 | 129 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.49 |
| HSL | 205º | 0.59% | 0.32% | - |
| HSV(B) | 205º | 0.74% | 0.51% | - |
| XYZ | 8.16 | 9.05 | 22.09 | - |
| YUV | 76.82 | 157.45 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 129 | 0.74 | 0.31 | 0 | 0.49 | 205 | 0.59 | 0.32 |
| Hex | 21 | 59 | 81 | 4A | 1F | 0 | 31 | CD | 3B | 20 |
| Octal | 41 | 131 | 201 | 112 | 37 | 0 | 61 | 315 | 73 | 40 |
| Binary | 100001 | 1011001 | 10000001 | 1001010 | 11111 | 0 | 110001 | 11001101 | 111011 | 100000 |
Color Harmonies of #215981
Complementary color
Monochromatic Colors of #215981
Black with #215981
Text Example
Text Example
White with #215981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215981; }
p { color: rgb(33,89,129); }
H1.HeaderClassName
{
color: #215981;
}
.AnyTagClassName
{
color: #215981;
}
</style>
background-color css
<style>
a { background-color: #215981; }
a { background-color: rgb(33,89,129); }
div.DivClassName
{
background-color: #215981;
}
.BgClassName
{
background-color: #215981;
}
</style>
border-color css
<style>
span { border-color: #215981; }
span { border-color: rgb(33,89,129); }
td.TdClassName
{
border-color: #215981;
}
.TagClassName
{
border-color: #215981;
}
</style>