Shades of Bahama Blue #214E83
Tints of Bahama Blue #214E83
RGB
CMYK
RGB Variations
Color information
#214E83 (or 0x214E83) is known color: Bahama Blue. HEX triplet: 21, 4E and 83. RGB value is (33,78,131). Sum of RGB (Red+Green+Blue) = 33+78+131=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #214E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E83 is #DEB17C. Grayscale: #464646. Windows color (decimal): -14594429 or 8605217. OLE color: 8605217.
HSL color Cylindrical-coordinate representation of color #214E83: hue angle of 212.45º 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 #214E83 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 78 | 131 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.49 |
| HSL | 212.45º | 0.6% | 0.32% | - |
| HSV(B) | 212.45º | 0.75% | 0.51% | - |
| XYZ | 7.45 | 7.41 | 22.51 | - |
| YUV | 70.59 | 162.09 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 131 | 0.75 | 0.40 | 0 | 0.49 | 212.45 | 0.6 | 0.32 |
| Hex | 21 | 4E | 83 | 4B | 28 | 0 | 31 | D4 | 3C | 20 |
| Octal | 41 | 116 | 203 | 113 | 50 | 0 | 61 | 324 | 74 | 40 |
| Binary | 100001 | 1001110 | 10000011 | 1001011 | 101000 | 0 | 110001 | 11010100 | 111100 | 100000 |
Color Harmonies of #214E83
Complementary color
Monochromatic Colors of #214E83
Black with #214E83
Text Example
Text Example
White with #214E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E83; }
p { color: rgb(33,78,131); }
H1.HeaderClassName
{
color: #214E83;
}
.AnyTagClassName
{
color: #214E83;
}
</style>
background-color css
<style>
a { background-color: #214E83; }
a { background-color: rgb(33,78,131); }
div.DivClassName
{
background-color: #214E83;
}
.BgClassName
{
background-color: #214E83;
}
</style>
border-color css
<style>
span { border-color: #214E83; }
span { border-color: rgb(33,78,131); }
td.TdClassName
{
border-color: #214E83;
}
.TagClassName
{
border-color: #214E83;
}
</style>