Shades of Bahama Blue #13558C
Tints of Bahama Blue #13558C
RGB
CMYK
RGB Variations
Color information
#13558C (or 0x13558C) is known color: Bahama Blue. HEX triplet: 13, 55 and 8C. RGB value is (19,85,140). Sum of RGB (Red+Green+Blue) = 19+85+140=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #13558C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13558C is #ECAA73. Grayscale: #474747. Windows color (decimal): -15510132 or 9196819. OLE color: 9196819.
HSL color Cylindrical-coordinate representation of color #13558C: hue angle of 207.27º 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 #13558C is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 85 | 140 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.45 |
| HSL | 207.27º | 0.76% | 0.31% | - |
| HSV(B) | 207.27º | 0.86% | 0.55% | - |
| XYZ | 8.25 | 8.53 | 26.02 | - |
| YUV | 71.54 | 166.63 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 140 | 0.86 | 0.39 | 0 | 0.45 | 207.27 | 0.76 | 0.31 |
| Hex | 13 | 55 | 8C | 56 | 27 | 0 | 2D | CF | 4C | 1F |
| Octal | 23 | 125 | 214 | 126 | 47 | 0 | 55 | 317 | 114 | 37 |
| Binary | 10011 | 1010101 | 10001100 | 1010110 | 100111 | 0 | 101101 | 11001111 | 1001100 | 11111 |
Color Harmonies of #13558C
Complementary color
Monochromatic Colors of #13558C
Black with #13558C
Text Example
Text Example
White with #13558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13558C; }
p { color: rgb(19,85,140); }
H1.HeaderClassName
{
color: #13558C;
}
.AnyTagClassName
{
color: #13558C;
}
</style>
background-color css
<style>
a { background-color: #13558C; }
a { background-color: rgb(19,85,140); }
div.DivClassName
{
background-color: #13558C;
}
.BgClassName
{
background-color: #13558C;
}
</style>
border-color css
<style>
span { border-color: #13558C; }
span { border-color: rgb(19,85,140); }
td.TdClassName
{
border-color: #13558C;
}
.TagClassName
{
border-color: #13558C;
}
</style>