Shades of Bahama Blue #214B80
Tints of Bahama Blue #214B80
RGB
CMYK
RGB Variations
Color information
#214B80 (or 0x214B80) is known color: Bahama Blue. HEX triplet: 21, 4B and 80. RGB value is (33,75,128). Sum of RGB (Red+Green+Blue) = 33+75+128=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #214B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214B80 is #DEB47F. Grayscale: #444444. Windows color (decimal): -14595200 or 8407841. OLE color: 8407841.
HSL color Cylindrical-coordinate representation of color #214B80: hue angle of 213.47º 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 #214B80 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 75 | 128 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.50 |
| HSL | 213.47º | 0.59% | 0.32% | - |
| HSV(B) | 213.47º | 0.74% | 0.5% | - |
| XYZ | 7.04 | 6.91 | 21.39 | - |
| YUV | 68.48 | 161.59 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 128 | 0.74 | 0.41 | 0 | 0.50 | 213.47 | 0.59 | 0.32 |
| Hex | 21 | 4B | 80 | 4A | 29 | 0 | 32 | D5 | 3B | 20 |
| Octal | 41 | 113 | 200 | 112 | 51 | 0 | 62 | 325 | 73 | 40 |
| Binary | 100001 | 1001011 | 10000000 | 1001010 | 101001 | 0 | 110010 | 11010101 | 111011 | 100000 |
Color Harmonies of #214B80
Complementary color
Monochromatic Colors of #214B80
Black with #214B80
Text Example
Text Example
White with #214B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B80; }
p { color: rgb(33,75,128); }
H1.HeaderClassName
{
color: #214B80;
}
.AnyTagClassName
{
color: #214B80;
}
</style>
background-color css
<style>
a { background-color: #214B80; }
a { background-color: rgb(33,75,128); }
div.DivClassName
{
background-color: #214B80;
}
.BgClassName
{
background-color: #214B80;
}
</style>
border-color css
<style>
span { border-color: #214B80; }
span { border-color: rgb(33,75,128); }
td.TdClassName
{
border-color: #214B80;
}
.TagClassName
{
border-color: #214B80;
}
</style>