Shades of Bahama Blue #195D82
Tints of Bahama Blue #195D82
RGB
CMYK
RGB Variations
Color information
#195D82 (or 0x195D82) is known color: Bahama Blue. HEX triplet: 19, 5D and 82. RGB value is (25,93,130). Sum of RGB (Red+Green+Blue) = 25+93+130=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #195D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195D82 is #E6A27D. Grayscale: #4C4C4C. Windows color (decimal): -15114878 or 8543513. OLE color: 8543513.
HSL color Cylindrical-coordinate representation of color #195D82: hue angle of 201.14º 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 #195D82 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 93 | 130 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.49 |
| HSL | 201.14º | 0.68% | 0.3% | - |
| HSV(B) | 201.14º | 0.81% | 0.51% | - |
| XYZ | 8.34 | 9.65 | 22.54 | - |
| YUV | 76.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 130 | 0.81 | 0.28 | 0 | 0.49 | 201.14 | 0.68 | 0.3 |
| Hex | 19 | 5D | 82 | 51 | 1C | 0 | 31 | C9 | 44 | 1E |
| Octal | 31 | 135 | 202 | 121 | 34 | 0 | 61 | 311 | 104 | 36 |
| Binary | 11001 | 1011101 | 10000010 | 1010001 | 11100 | 0 | 110001 | 11001001 | 1000100 | 11110 |
Color Harmonies of #195D82
Complementary color
Monochromatic Colors of #195D82
Black with #195D82
Text Example
Text Example
White with #195D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D82; }
p { color: rgb(25,93,130); }
H1.HeaderClassName
{
color: #195D82;
}
.AnyTagClassName
{
color: #195D82;
}
</style>
background-color css
<style>
a { background-color: #195D82; }
a { background-color: rgb(25,93,130); }
div.DivClassName
{
background-color: #195D82;
}
.BgClassName
{
background-color: #195D82;
}
</style>
border-color css
<style>
span { border-color: #195D82; }
span { border-color: rgb(25,93,130); }
td.TdClassName
{
border-color: #195D82;
}
.TagClassName
{
border-color: #195D82;
}
</style>