Shades of Bahama Blue #14558A
Tints of Bahama Blue #14558A
RGB
CMYK
RGB Variations
Color information
#14558A (or 0x14558A) is known color: Bahama Blue. HEX triplet: 14, 55 and 8A. RGB value is (20,85,138). Sum of RGB (Red+Green+Blue) = 20+85+138=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #14558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14558A is #EBAA75. Grayscale: #474747. Windows color (decimal): -15444598 or 9065748. OLE color: 9065748.
HSL color Cylindrical-coordinate representation of color #14558A: hue angle of 206.95º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14558A is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 85 | 138 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.46 |
| HSL | 206.95º | 0.75% | 0.31% | - |
| HSV(B) | 206.95º | 0.86% | 0.54% | - |
| XYZ | 8.12 | 8.48 | 25.25 | - |
| YUV | 71.61 | 165.47 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 138 | 0.86 | 0.38 | 0 | 0.46 | 206.95 | 0.75 | 0.31 |
| Hex | 14 | 55 | 8A | 56 | 26 | 0 | 2E | CF | 4B | 1F |
| Octal | 24 | 125 | 212 | 126 | 46 | 0 | 56 | 317 | 113 | 37 |
| Binary | 10100 | 1010101 | 10001010 | 1010110 | 100110 | 0 | 101110 | 11001111 | 1001011 | 11111 |
Color Harmonies of #14558A
Complementary color
Monochromatic Colors of #14558A
Black with #14558A
Text Example
Text Example
White with #14558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14558A; }
p { color: rgb(20,85,138); }
H1.HeaderClassName
{
color: #14558A;
}
.AnyTagClassName
{
color: #14558A;
}
</style>
background-color css
<style>
a { background-color: #14558A; }
a { background-color: rgb(20,85,138); }
div.DivClassName
{
background-color: #14558A;
}
.BgClassName
{
background-color: #14558A;
}
</style>
border-color css
<style>
span { border-color: #14558A; }
span { border-color: rgb(20,85,138); }
td.TdClassName
{
border-color: #14558A;
}
.TagClassName
{
border-color: #14558A;
}
</style>