Shades of Bahama Blue #215180
Tints of Bahama Blue #215180
RGB
CMYK
RGB Variations
Color information
#215180 (or 0x215180) is known color: Bahama Blue. HEX triplet: 21, 51 and 80. RGB value is (33,81,128). Sum of RGB (Red+Green+Blue) = 33+81+128=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #215180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215180 is #DEAE7F. Grayscale: #474747. Windows color (decimal): -14593664 or 8409377. OLE color: 8409377.
HSL color Cylindrical-coordinate representation of color #215180: hue angle of 209.68º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #215180 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 81 | 128 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.50 |
| HSL | 209.68º | 0.59% | 0.32% | - |
| HSV(B) | 209.68º | 0.74% | 0.5% | - |
| XYZ | 7.47 | 7.77 | 21.53 | - |
| YUV | 72.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 128 | 0.74 | 0.37 | 0 | 0.50 | 209.68 | 0.59 | 0.32 |
| Hex | 21 | 51 | 80 | 4A | 25 | 0 | 32 | D2 | 3B | 20 |
| Octal | 41 | 121 | 200 | 112 | 45 | 0 | 62 | 322 | 73 | 40 |
| Binary | 100001 | 1010001 | 10000000 | 1001010 | 100101 | 0 | 110010 | 11010010 | 111011 | 100000 |
Color Harmonies of #215180
Complementary color
Monochromatic Colors of #215180
Black with #215180
Text Example
Text Example
White with #215180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215180; }
p { color: rgb(33,81,128); }
H1.HeaderClassName
{
color: #215180;
}
.AnyTagClassName
{
color: #215180;
}
</style>
background-color css
<style>
a { background-color: #215180; }
a { background-color: rgb(33,81,128); }
div.DivClassName
{
background-color: #215180;
}
.BgClassName
{
background-color: #215180;
}
</style>
border-color css
<style>
span { border-color: #215180; }
span { border-color: rgb(33,81,128); }
td.TdClassName
{
border-color: #215180;
}
.TagClassName
{
border-color: #215180;
}
</style>