Shades of Bahama Blue #195B82
Tints of Bahama Blue #195B82
RGB
CMYK
RGB Variations
Color information
#195B82 (or 0x195B82) is known color: Bahama Blue. HEX triplet: 19, 5B and 82. RGB value is (25,91,130). Sum of RGB (Red+Green+Blue) = 25+91+130=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #195B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195B82 is #E6A47D. Grayscale: #4B4B4B. Windows color (decimal): -15115390 or 8543001. OLE color: 8543001.
HSL color Cylindrical-coordinate representation of color #195B82: hue angle of 202.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #195B82 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 91 | 130 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.49 |
| HSL | 202.29º | 0.68% | 0.3% | - |
| HSV(B) | 202.29º | 0.81% | 0.51% | - |
| XYZ | 8.17 | 9.3 | 22.48 | - |
| YUV | 75.71 | 158.63 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 130 | 0.81 | 0.30 | 0 | 0.49 | 202.29 | 0.68 | 0.3 |
| Hex | 19 | 5B | 82 | 51 | 1E | 0 | 31 | CA | 44 | 1E |
| Octal | 31 | 133 | 202 | 121 | 36 | 0 | 61 | 312 | 104 | 36 |
| Binary | 11001 | 1011011 | 10000010 | 1010001 | 11110 | 0 | 110001 | 11001010 | 1000100 | 11110 |
Color Harmonies of #195B82
Complementary color
Monochromatic Colors of #195B82
Black with #195B82
Text Example
Text Example
White with #195B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195B82; }
p { color: rgb(25,91,130); }
H1.HeaderClassName
{
color: #195B82;
}
.AnyTagClassName
{
color: #195B82;
}
</style>
background-color css
<style>
a { background-color: #195B82; }
a { background-color: rgb(25,91,130); }
div.DivClassName
{
background-color: #195B82;
}
.BgClassName
{
background-color: #195B82;
}
</style>
border-color css
<style>
span { border-color: #195B82; }
span { border-color: rgb(25,91,130); }
td.TdClassName
{
border-color: #195B82;
}
.TagClassName
{
border-color: #195B82;
}
</style>