Shades of Bahama Blue #214F7D
Tints of Bahama Blue #214F7D
RGB
CMYK
RGB Variations
Color information
#214F7D (or 0x214F7D) is known color: Bahama Blue. HEX triplet: 21, 4F and 7D. RGB value is (33,79,125). Sum of RGB (Red+Green+Blue) = 33+79+125=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #214F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F7D is #DEB082. Grayscale: #464646. Windows color (decimal): -14594179 or 8212257. OLE color: 8212257.
HSL color Cylindrical-coordinate representation of color #214F7D: hue angle of 210º 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 #214F7D is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 79 | 125 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.51 |
| HSL | 210º | 0.58% | 0.31% | - |
| HSV(B) | 210º | 0.74% | 0.49% | - |
| XYZ | 7.12 | 7.4 | 20.45 | - |
| YUV | 70.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 125 | 0.74 | 0.37 | 0 | 0.51 | 210 | 0.58 | 0.31 |
| Hex | 21 | 4F | 7D | 4A | 25 | 0 | 33 | D2 | 3A | 1F |
| Octal | 41 | 117 | 175 | 112 | 45 | 0 | 63 | 322 | 72 | 37 |
| Binary | 100001 | 1001111 | 1111101 | 1001010 | 100101 | 0 | 110011 | 11010010 | 111010 | 11111 |
Color Harmonies of #214F7D
Complementary color
Monochromatic Colors of #214F7D
Black with #214F7D
Text Example
Text Example
White with #214F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F7D; }
p { color: rgb(33,79,125); }
H1.HeaderClassName
{
color: #214F7D;
}
.AnyTagClassName
{
color: #214F7D;
}
</style>
background-color css
<style>
a { background-color: #214F7D; }
a { background-color: rgb(33,79,125); }
div.DivClassName
{
background-color: #214F7D;
}
.BgClassName
{
background-color: #214F7D;
}
</style>
border-color css
<style>
span { border-color: #214F7D; }
span { border-color: rgb(33,79,125); }
td.TdClassName
{
border-color: #214F7D;
}
.TagClassName
{
border-color: #214F7D;
}
</style>