Shades of Bahama Blue #135986
Tints of Bahama Blue #135986
RGB
CMYK
RGB Variations
Color information
#135986 (or 0x135986) is known color: Bahama Blue. HEX triplet: 13, 59 and 86. RGB value is (19,89,134). Sum of RGB (Red+Green+Blue) = 19+89+134=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #135986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135986 is #ECA679. Grayscale: #484848. Windows color (decimal): -15509114 or 8804627. OLE color: 8804627.
HSL color Cylindrical-coordinate representation of color #135986: hue angle of 203.48º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135986 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 89 | 134 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.47 |
| HSL | 203.48º | 0.75% | 0.3% | - |
| HSV(B) | 203.48º | 0.86% | 0.53% | - |
| XYZ | 8.14 | 9 | 23.86 | - |
| YUV | 73.2 | 162.31 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 134 | 0.86 | 0.34 | 0 | 0.47 | 203.48 | 0.75 | 0.3 |
| Hex | 13 | 59 | 86 | 56 | 22 | 0 | 2F | CB | 4B | 1E |
| Octal | 23 | 131 | 206 | 126 | 42 | 0 | 57 | 313 | 113 | 36 |
| Binary | 10011 | 1011001 | 10000110 | 1010110 | 100010 | 0 | 101111 | 11001011 | 1001011 | 11110 |
Color Harmonies of #135986
Complementary color
Monochromatic Colors of #135986
Black with #135986
Text Example
Text Example
White with #135986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135986; }
p { color: rgb(19,89,134); }
H1.HeaderClassName
{
color: #135986;
}
.AnyTagClassName
{
color: #135986;
}
</style>
background-color css
<style>
a { background-color: #135986; }
a { background-color: rgb(19,89,134); }
div.DivClassName
{
background-color: #135986;
}
.BgClassName
{
background-color: #135986;
}
</style>
border-color css
<style>
span { border-color: #135986; }
span { border-color: rgb(19,89,134); }
td.TdClassName
{
border-color: #135986;
}
.TagClassName
{
border-color: #135986;
}
</style>