Shades of Bahama Blue #135488
Tints of Bahama Blue #135488
RGB
CMYK
RGB Variations
Color information
#135488 (or 0x135488) is known color: Bahama Blue. HEX triplet: 13, 54 and 88. RGB value is (19,84,136). Sum of RGB (Red+Green+Blue) = 19+84+136=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #135488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135488 is #ECAB77. Grayscale: #464646. Windows color (decimal): -15510392 or 8934419. OLE color: 8934419.
HSL color Cylindrical-coordinate representation of color #135488: hue angle of 206.67º 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 #135488 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 84 | 136 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.47 |
| HSL | 206.67º | 0.75% | 0.3% | - |
| HSV(B) | 206.67º | 0.86% | 0.53% | - |
| XYZ | 7.88 | 8.26 | 24.47 | - |
| YUV | 70.49 | 164.97 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 136 | 0.86 | 0.38 | 0 | 0.47 | 206.67 | 0.75 | 0.3 |
| Hex | 13 | 54 | 88 | 56 | 26 | 0 | 2F | CF | 4B | 1E |
| Octal | 23 | 124 | 210 | 126 | 46 | 0 | 57 | 317 | 113 | 36 |
| Binary | 10011 | 1010100 | 10001000 | 1010110 | 100110 | 0 | 101111 | 11001111 | 1001011 | 11110 |
Color Harmonies of #135488
Complementary color
Monochromatic Colors of #135488
Black with #135488
Text Example
Text Example
White with #135488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135488; }
p { color: rgb(19,84,136); }
H1.HeaderClassName
{
color: #135488;
}
.AnyTagClassName
{
color: #135488;
}
</style>
background-color css
<style>
a { background-color: #135488; }
a { background-color: rgb(19,84,136); }
div.DivClassName
{
background-color: #135488;
}
.BgClassName
{
background-color: #135488;
}
</style>
border-color css
<style>
span { border-color: #135488; }
span { border-color: rgb(19,84,136); }
td.TdClassName
{
border-color: #135488;
}
.TagClassName
{
border-color: #135488;
}
</style>