Shades of Bahama Blue #216085
Tints of Bahama Blue #216085
RGB
CMYK
RGB Variations
Color information
#216085 (or 0x216085) is known color: Bahama Blue. HEX triplet: 21, 60 and 85. RGB value is (33,96,133). Sum of RGB (Red+Green+Blue) = 33+96+133=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #216085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216085 is #DE9F7A. Grayscale: #515151. Windows color (decimal): -14589819 or 8740897. OLE color: 8740897.
HSL color Cylindrical-coordinate representation of color #216085: hue angle of 202.2º 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 #216085 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 96 | 133 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.48 |
| HSL | 202.2º | 0.6% | 0.33% | - |
| HSV(B) | 202.2º | 0.75% | 0.52% | - |
| XYZ | 9.04 | 10.38 | 23.72 | - |
| YUV | 81.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 133 | 0.75 | 0.28 | 0 | 0.48 | 202.2 | 0.6 | 0.33 |
| Hex | 21 | 60 | 85 | 4B | 1C | 0 | 30 | CA | 3C | 21 |
| Octal | 41 | 140 | 205 | 113 | 34 | 0 | 60 | 312 | 74 | 41 |
| Binary | 100001 | 1100000 | 10000101 | 1001011 | 11100 | 0 | 110000 | 11001010 | 111100 | 100001 |
Color Harmonies of #216085
Complementary color
Monochromatic Colors of #216085
Black with #216085
Text Example
Text Example
White with #216085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216085; }
p { color: rgb(33,96,133); }
H1.HeaderClassName
{
color: #216085;
}
.AnyTagClassName
{
color: #216085;
}
</style>
background-color css
<style>
a { background-color: #216085; }
a { background-color: rgb(33,96,133); }
div.DivClassName
{
background-color: #216085;
}
.BgClassName
{
background-color: #216085;
}
</style>
border-color css
<style>
span { border-color: #216085; }
span { border-color: rgb(33,96,133); }
td.TdClassName
{
border-color: #216085;
}
.TagClassName
{
border-color: #216085;
}
</style>