Shades of Bahama Blue #195587
Tints of Bahama Blue #195587
RGB
CMYK
RGB Variations
Color information
#195587 (or 0x195587) is known color: Bahama Blue. HEX triplet: 19, 55 and 87. RGB value is (25,85,135). Sum of RGB (Red+Green+Blue) = 25+85+135=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #195587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195587 is #E6AA78. Grayscale: #484848. Windows color (decimal): -15116921 or 8869145. OLE color: 8869145.
HSL color Cylindrical-coordinate representation of color #195587: hue angle of 207.27º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #195587 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 85 | 135 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.47 |
| HSL | 207.27º | 0.69% | 0.31% | - |
| HSV(B) | 207.27º | 0.81% | 0.53% | - |
| XYZ | 8.02 | 8.45 | 24.13 | - |
| YUV | 72.76 | 163.12 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 135 | 0.81 | 0.37 | 0 | 0.47 | 207.27 | 0.69 | 0.31 |
| Hex | 19 | 55 | 87 | 51 | 25 | 0 | 2F | CF | 45 | 1F |
| Octal | 31 | 125 | 207 | 121 | 45 | 0 | 57 | 317 | 105 | 37 |
| Binary | 11001 | 1010101 | 10000111 | 1010001 | 100101 | 0 | 101111 | 11001111 | 1000101 | 11111 |
Color Harmonies of #195587
Complementary color
Monochromatic Colors of #195587
Black with #195587
Text Example
Text Example
White with #195587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195587; }
p { color: rgb(25,85,135); }
H1.HeaderClassName
{
color: #195587;
}
.AnyTagClassName
{
color: #195587;
}
</style>
background-color css
<style>
a { background-color: #195587; }
a { background-color: rgb(25,85,135); }
div.DivClassName
{
background-color: #195587;
}
.BgClassName
{
background-color: #195587;
}
</style>
border-color css
<style>
span { border-color: #195587; }
span { border-color: rgb(25,85,135); }
td.TdClassName
{
border-color: #195587;
}
.TagClassName
{
border-color: #195587;
}
</style>