Shades of Bahama Blue #13558B
Tints of Bahama Blue #13558B
RGB
CMYK
RGB Variations
Color information
#13558B (or 0x13558B) is known color: Bahama Blue. HEX triplet: 13, 55 and 8B. RGB value is (19,85,139). Sum of RGB (Red+Green+Blue) = 19+85+139=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #13558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13558B is #ECAA74. Grayscale: #474747. Windows color (decimal): -15510133 or 9131283. OLE color: 9131283.
HSL color Cylindrical-coordinate representation of color #13558B: hue angle of 207º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13558B is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 85 | 139 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.45 |
| HSL | 207º | 0.76% | 0.31% | - |
| HSV(B) | 207º | 0.86% | 0.55% | - |
| XYZ | 8.18 | 8.5 | 25.64 | - |
| YUV | 71.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 139 | 0.86 | 0.39 | 0 | 0.45 | 207 | 0.76 | 0.31 |
| Hex | 13 | 55 | 8B | 56 | 27 | 0 | 2D | CF | 4C | 1F |
| Octal | 23 | 125 | 213 | 126 | 47 | 0 | 55 | 317 | 114 | 37 |
| Binary | 10011 | 1010101 | 10001011 | 1010110 | 100111 | 0 | 101101 | 11001111 | 1001100 | 11111 |
Color Harmonies of #13558B
Complementary color
Monochromatic Colors of #13558B
Black with #13558B
Text Example
Text Example
White with #13558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13558B; }
p { color: rgb(19,85,139); }
H1.HeaderClassName
{
color: #13558B;
}
.AnyTagClassName
{
color: #13558B;
}
</style>
background-color css
<style>
a { background-color: #13558B; }
a { background-color: rgb(19,85,139); }
div.DivClassName
{
background-color: #13558B;
}
.BgClassName
{
background-color: #13558B;
}
</style>
border-color css
<style>
span { border-color: #13558B; }
span { border-color: rgb(19,85,139); }
td.TdClassName
{
border-color: #13558B;
}
.TagClassName
{
border-color: #13558B;
}
</style>