Shades of Bahama Blue #14557B
Tints of Bahama Blue #14557B
RGB
CMYK
RGB Variations
Color information
#14557B (or 0x14557B) is known color: Bahama Blue. HEX triplet: 14, 55 and 7B. RGB value is (20,85,123). Sum of RGB (Red+Green+Blue) = 20+85+123=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #14557B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14557B is #EBAA84. Grayscale: #454545. Windows color (decimal): -15444613 or 8082708. OLE color: 8082708.
HSL color Cylindrical-coordinate representation of color #14557B: hue angle of 202.14º 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 #14557B is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 85 | 123 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.52 |
| HSL | 202.14º | 0.72% | 0.28% | - |
| HSV(B) | 202.14º | 0.84% | 0.48% | - |
| XYZ | 7.11 | 8.08 | 19.92 | - |
| YUV | 69.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 123 | 0.84 | 0.31 | 0 | 0.52 | 202.14 | 0.72 | 0.28 |
| Hex | 14 | 55 | 7B | 54 | 1F | 0 | 34 | CA | 48 | 1C |
| Octal | 24 | 125 | 173 | 124 | 37 | 0 | 64 | 312 | 110 | 34 |
| Binary | 10100 | 1010101 | 1111011 | 1010100 | 11111 | 0 | 110100 | 11001010 | 1001000 | 11100 |
Color Harmonies of #14557B
Complementary color
Monochromatic Colors of #14557B
Black with #14557B
Text Example
Text Example
White with #14557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14557B; }
p { color: rgb(20,85,123); }
H1.HeaderClassName
{
color: #14557B;
}
.AnyTagClassName
{
color: #14557B;
}
</style>
background-color css
<style>
a { background-color: #14557B; }
a { background-color: rgb(20,85,123); }
div.DivClassName
{
background-color: #14557B;
}
.BgClassName
{
background-color: #14557B;
}
</style>
border-color css
<style>
span { border-color: #14557B; }
span { border-color: rgb(20,85,123); }
td.TdClassName
{
border-color: #14557B;
}
.TagClassName
{
border-color: #14557B;
}
</style>