Shades of Bahama Blue #214B81
Tints of Bahama Blue #214B81
RGB
CMYK
RGB Variations
Color information
#214B81 (or 0x214B81) is known color: Bahama Blue. HEX triplet: 21, 4B and 81. RGB value is (33,75,129). Sum of RGB (Red+Green+Blue) = 33+75+129=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 129 (50.78% from 255 or 54.43% from 237); Max value from RGB is 129 - color contains mainly: blue. Hex color #214B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214B81 is #DEB47E. Grayscale: #444444. Windows color (decimal): -14595199 or 8473377. OLE color: 8473377.
HSL color Cylindrical-coordinate representation of color #214B81: hue angle of 213.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #214B81 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 75 | 129 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.49 |
| HSL | 213.75º | 0.59% | 0.32% | - |
| HSV(B) | 213.75º | 0.74% | 0.51% | - |
| XYZ | 7.11 | 6.94 | 21.73 | - |
| YUV | 68.6 | 162.09 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 129 | 0.74 | 0.42 | 0 | 0.49 | 213.75 | 0.59 | 0.32 |
| Hex | 21 | 4B | 81 | 4A | 2A | 0 | 31 | D6 | 3B | 20 |
| Octal | 41 | 113 | 201 | 112 | 52 | 0 | 61 | 326 | 73 | 40 |
| Binary | 100001 | 1001011 | 10000001 | 1001010 | 101010 | 0 | 110001 | 11010110 | 111011 | 100000 |
Color Harmonies of #214B81
Complementary color
Monochromatic Colors of #214B81
Black with #214B81
Text Example
Text Example
White with #214B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B81; }
p { color: rgb(33,75,129); }
H1.HeaderClassName
{
color: #214B81;
}
.AnyTagClassName
{
color: #214B81;
}
</style>
background-color css
<style>
a { background-color: #214B81; }
a { background-color: rgb(33,75,129); }
div.DivClassName
{
background-color: #214B81;
}
.BgClassName
{
background-color: #214B81;
}
</style>
border-color css
<style>
span { border-color: #214B81; }
span { border-color: rgb(33,75,129); }
td.TdClassName
{
border-color: #214B81;
}
.TagClassName
{
border-color: #214B81;
}
</style>