Shades of Bahama Blue #215A85
Tints of Bahama Blue #215A85
RGB
CMYK
RGB Variations
Color information
#215A85 (or 0x215A85) is known color: Bahama Blue. HEX triplet: 21, 5A and 85. RGB value is (33,90,133). Sum of RGB (Red+Green+Blue) = 33+90+133=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #215A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215A85 is #DEA57A. Grayscale: #4D4D4D. Windows color (decimal): -14591355 or 8739361. OLE color: 8739361.
HSL color Cylindrical-coordinate representation of color #215A85: hue angle of 205.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215A85 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 90 | 133 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.48 |
| HSL | 205.8º | 0.6% | 0.33% | - |
| HSV(B) | 205.8º | 0.75% | 0.52% | - |
| XYZ | 8.52 | 9.33 | 23.54 | - |
| YUV | 77.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 133 | 0.75 | 0.32 | 0 | 0.48 | 205.8 | 0.6 | 0.33 |
| Hex | 21 | 5A | 85 | 4B | 20 | 0 | 30 | CE | 3C | 21 |
| Octal | 41 | 132 | 205 | 113 | 40 | 0 | 60 | 316 | 74 | 41 |
| Binary | 100001 | 1011010 | 10000101 | 1001011 | 100000 | 0 | 110000 | 11001110 | 111100 | 100001 |
Color Harmonies of #215A85
Complementary color
Monochromatic Colors of #215A85
Black with #215A85
Text Example
Text Example
White with #215A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A85; }
p { color: rgb(33,90,133); }
H1.HeaderClassName
{
color: #215A85;
}
.AnyTagClassName
{
color: #215A85;
}
</style>
background-color css
<style>
a { background-color: #215A85; }
a { background-color: rgb(33,90,133); }
div.DivClassName
{
background-color: #215A85;
}
.BgClassName
{
background-color: #215A85;
}
</style>
border-color css
<style>
span { border-color: #215A85; }
span { border-color: rgb(33,90,133); }
td.TdClassName
{
border-color: #215A85;
}
.TagClassName
{
border-color: #215A85;
}
</style>