Shades of Bahama Blue #215183
Tints of Bahama Blue #215183
RGB
CMYK
RGB Variations
Color information
#215183 (or 0x215183) is known color: Bahama Blue. HEX triplet: 21, 51 and 83. RGB value is (33,81,131). Sum of RGB (Red+Green+Blue) = 33+81+131=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #215183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215183 is #DEAE7C. Grayscale: #484848. Windows color (decimal): -14593661 or 8605985. OLE color: 8605985.
HSL color Cylindrical-coordinate representation of color #215183: hue angle of 210.61º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215183 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 81 | 131 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.49 |
| HSL | 210.61º | 0.6% | 0.32% | - |
| HSV(B) | 210.61º | 0.75% | 0.51% | - |
| XYZ | 7.67 | 7.85 | 22.58 | - |
| YUV | 72.35 | 161.1 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 131 | 0.75 | 0.38 | 0 | 0.49 | 210.61 | 0.6 | 0.32 |
| Hex | 21 | 51 | 83 | 4B | 26 | 0 | 31 | D3 | 3C | 20 |
| Octal | 41 | 121 | 203 | 113 | 46 | 0 | 61 | 323 | 74 | 40 |
| Binary | 100001 | 1010001 | 10000011 | 1001011 | 100110 | 0 | 110001 | 11010011 | 111100 | 100000 |
Color Harmonies of #215183
Complementary color
Monochromatic Colors of #215183
Black with #215183
Text Example
Text Example
White with #215183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215183; }
p { color: rgb(33,81,131); }
H1.HeaderClassName
{
color: #215183;
}
.AnyTagClassName
{
color: #215183;
}
</style>
background-color css
<style>
a { background-color: #215183; }
a { background-color: rgb(33,81,131); }
div.DivClassName
{
background-color: #215183;
}
.BgClassName
{
background-color: #215183;
}
</style>
border-color css
<style>
span { border-color: #215183; }
span { border-color: rgb(33,81,131); }
td.TdClassName
{
border-color: #215183;
}
.TagClassName
{
border-color: #215183;
}
</style>