Shades of Bahama Blue #195485
Tints of Bahama Blue #195485
RGB
CMYK
RGB Variations
Color information
#195485 (or 0x195485) is known color: Bahama Blue. HEX triplet: 19, 54 and 85. RGB value is (25,84,133). Sum of RGB (Red+Green+Blue) = 25+84+133=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #195485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195485 is #E6AB7A. Grayscale: #474747. Windows color (decimal): -15117179 or 8737817. OLE color: 8737817.
HSL color Cylindrical-coordinate representation of color #195485: hue angle of 207.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #195485 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 84 | 133 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.48 |
| HSL | 207.22º | 0.68% | 0.31% | - |
| HSV(B) | 207.22º | 0.81% | 0.52% | - |
| XYZ | 7.8 | 8.24 | 23.37 | - |
| YUV | 71.95 | 162.45 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 133 | 0.81 | 0.37 | 0 | 0.48 | 207.22 | 0.68 | 0.31 |
| Hex | 19 | 54 | 85 | 51 | 25 | 0 | 30 | CF | 44 | 1F |
| Octal | 31 | 124 | 205 | 121 | 45 | 0 | 60 | 317 | 104 | 37 |
| Binary | 11001 | 1010100 | 10000101 | 1010001 | 100101 | 0 | 110000 | 11001111 | 1000100 | 11111 |
Color Harmonies of #195485
Complementary color
Monochromatic Colors of #195485
Black with #195485
Text Example
Text Example
White with #195485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195485; }
p { color: rgb(25,84,133); }
H1.HeaderClassName
{
color: #195485;
}
.AnyTagClassName
{
color: #195485;
}
</style>
background-color css
<style>
a { background-color: #195485; }
a { background-color: rgb(25,84,133); }
div.DivClassName
{
background-color: #195485;
}
.BgClassName
{
background-color: #195485;
}
</style>
border-color css
<style>
span { border-color: #195485; }
span { border-color: rgb(25,84,133); }
td.TdClassName
{
border-color: #195485;
}
.TagClassName
{
border-color: #195485;
}
</style>