Shades of Bahama Blue #145588
Tints of Bahama Blue #145588
RGB
CMYK
RGB Variations
Color information
#145588 (or 0x145588) is known color: Bahama Blue. HEX triplet: 14, 55 and 88. RGB value is (20,85,136). Sum of RGB (Red+Green+Blue) = 20+85+136=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #145588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145588 is #EBAA77. Grayscale: #474747. Windows color (decimal): -15444600 or 8934676. OLE color: 8934676.
HSL color Cylindrical-coordinate representation of color #145588: hue angle of 206.38º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145588 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 85 | 136 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.47 |
| HSL | 206.38º | 0.74% | 0.31% | - |
| HSV(B) | 206.38º | 0.85% | 0.53% | - |
| XYZ | 7.98 | 8.42 | 24.5 | - |
| YUV | 71.38 | 164.47 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 136 | 0.85 | 0.38 | 0 | 0.47 | 206.38 | 0.74 | 0.31 |
| Hex | 14 | 55 | 88 | 55 | 26 | 0 | 2F | CE | 4A | 1F |
| Octal | 24 | 125 | 210 | 125 | 46 | 0 | 57 | 316 | 112 | 37 |
| Binary | 10100 | 1010101 | 10001000 | 1010101 | 100110 | 0 | 101111 | 11001110 | 1001010 | 11111 |
Color Harmonies of #145588
Complementary color
Monochromatic Colors of #145588
Black with #145588
Text Example
Text Example
White with #145588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145588; }
p { color: rgb(20,85,136); }
H1.HeaderClassName
{
color: #145588;
}
.AnyTagClassName
{
color: #145588;
}
</style>
background-color css
<style>
a { background-color: #145588; }
a { background-color: rgb(20,85,136); }
div.DivClassName
{
background-color: #145588;
}
.BgClassName
{
background-color: #145588;
}
</style>
border-color css
<style>
span { border-color: #145588; }
span { border-color: rgb(20,85,136); }
td.TdClassName
{
border-color: #145588;
}
.TagClassName
{
border-color: #145588;
}
</style>