Shades of Bahama Blue #14537A
Tints of Bahama Blue #14537A
RGB
CMYK
RGB Variations
Color information
#14537A (or 0x14537A) is known color: Bahama Blue. HEX triplet: 14, 53 and 7A. RGB value is (20,83,122). Sum of RGB (Red+Green+Blue) = 20+83+122=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #14537A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14537A is #EBAC85. Grayscale: #444444. Windows color (decimal): -15445126 or 8016660. OLE color: 8016660.
HSL color Cylindrical-coordinate representation of color #14537A: hue angle of 202.94º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14537A is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 83 | 122 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.52 |
| HSL | 202.94º | 0.72% | 0.28% | - |
| HSV(B) | 202.94º | 0.84% | 0.48% | - |
| XYZ | 6.89 | 7.74 | 19.54 | - |
| YUV | 68.61 | 158.13 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 122 | 0.84 | 0.32 | 0 | 0.52 | 202.94 | 0.72 | 0.28 |
| Hex | 14 | 53 | 7A | 54 | 20 | 0 | 34 | CB | 48 | 1C |
| Octal | 24 | 123 | 172 | 124 | 40 | 0 | 64 | 313 | 110 | 34 |
| Binary | 10100 | 1010011 | 1111010 | 1010100 | 100000 | 0 | 110100 | 11001011 | 1001000 | 11100 |
Color Harmonies of #14537A
Complementary color
Monochromatic Colors of #14537A
Black with #14537A
Text Example
Text Example
White with #14537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14537A; }
p { color: rgb(20,83,122); }
H1.HeaderClassName
{
color: #14537A;
}
.AnyTagClassName
{
color: #14537A;
}
</style>
background-color css
<style>
a { background-color: #14537A; }
a { background-color: rgb(20,83,122); }
div.DivClassName
{
background-color: #14537A;
}
.BgClassName
{
background-color: #14537A;
}
</style>
border-color css
<style>
span { border-color: #14537A; }
span { border-color: rgb(20,83,122); }
td.TdClassName
{
border-color: #14537A;
}
.TagClassName
{
border-color: #14537A;
}
</style>