Shades of Bahama Blue #214B7B
Tints of Bahama Blue #214B7B
RGB
CMYK
RGB Variations
Color information
#214B7B (or 0x214B7B) is known color: Bahama Blue. HEX triplet: 21, 4B and 7B. RGB value is (33,75,123). Sum of RGB (Red+Green+Blue) = 33+75+123=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #214B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B7B is #DEB484. Grayscale: #434343. Windows color (decimal): -14595205 or 8080161. OLE color: 8080161.
HSL color Cylindrical-coordinate representation of color #214B7B: hue angle of 212º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214B7B is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 75 | 123 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.52 |
| HSL | 212º | 0.58% | 0.31% | - |
| HSV(B) | 212º | 0.73% | 0.48% | - |
| XYZ | 6.72 | 6.79 | 19.69 | - |
| YUV | 67.91 | 159.09 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 123 | 0.73 | 0.39 | 0 | 0.52 | 212 | 0.58 | 0.31 |
| Hex | 21 | 4B | 7B | 49 | 27 | 0 | 34 | D4 | 3A | 1F |
| Octal | 41 | 113 | 173 | 111 | 47 | 0 | 64 | 324 | 72 | 37 |
| Binary | 100001 | 1001011 | 1111011 | 1001001 | 100111 | 0 | 110100 | 11010100 | 111010 | 11111 |
Color Harmonies of #214B7B
Complementary color
Monochromatic Colors of #214B7B
Black with #214B7B
Text Example
Text Example
White with #214B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214B7B; }
p { color: rgb(33,75,123); }
H1.HeaderClassName
{
color: #214B7B;
}
.AnyTagClassName
{
color: #214B7B;
}
</style>
background-color css
<style>
a { background-color: #214B7B; }
a { background-color: rgb(33,75,123); }
div.DivClassName
{
background-color: #214B7B;
}
.BgClassName
{
background-color: #214B7B;
}
</style>
border-color css
<style>
span { border-color: #214B7B; }
span { border-color: rgb(33,75,123); }
td.TdClassName
{
border-color: #214B7B;
}
.TagClassName
{
border-color: #214B7B;
}
</style>