Shades of Bahama Blue #214E7D
Tints of Bahama Blue #214E7D
RGB
CMYK
RGB Variations
Color information
#214E7D (or 0x214E7D) is known color: Bahama Blue. HEX triplet: 21, 4E and 7D. RGB value is (33,78,125). Sum of RGB (Red+Green+Blue) = 33+78+125=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #214E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E7D is #DEB182. Grayscale: #454545. Windows color (decimal): -14594435 or 8212001. OLE color: 8212001.
HSL color Cylindrical-coordinate representation of color #214E7D: hue angle of 210.65º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #214E7D is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 78 | 125 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.51 |
| HSL | 210.65º | 0.58% | 0.31% | - |
| HSV(B) | 210.65º | 0.74% | 0.49% | - |
| XYZ | 7.05 | 7.25 | 20.43 | - |
| YUV | 69.9 | 159.09 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 125 | 0.74 | 0.38 | 0 | 0.51 | 210.65 | 0.58 | 0.31 |
| Hex | 21 | 4E | 7D | 4A | 26 | 0 | 33 | D3 | 3A | 1F |
| Octal | 41 | 116 | 175 | 112 | 46 | 0 | 63 | 323 | 72 | 37 |
| Binary | 100001 | 1001110 | 1111101 | 1001010 | 100110 | 0 | 110011 | 11010011 | 111010 | 11111 |
Color Harmonies of #214E7D
Complementary color
Monochromatic Colors of #214E7D
Black with #214E7D
Text Example
Text Example
White with #214E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E7D; }
p { color: rgb(33,78,125); }
H1.HeaderClassName
{
color: #214E7D;
}
.AnyTagClassName
{
color: #214E7D;
}
</style>
background-color css
<style>
a { background-color: #214E7D; }
a { background-color: rgb(33,78,125); }
div.DivClassName
{
background-color: #214E7D;
}
.BgClassName
{
background-color: #214E7D;
}
</style>
border-color css
<style>
span { border-color: #214E7D; }
span { border-color: rgb(33,78,125); }
td.TdClassName
{
border-color: #214E7D;
}
.TagClassName
{
border-color: #214E7D;
}
</style>