Shades of Bahama Blue #195783
Tints of Bahama Blue #195783
RGB
CMYK
RGB Variations
Color information
#195783 (or 0x195783) is known color: Bahama Blue. HEX triplet: 19, 57 and 83. RGB value is (25,87,131). Sum of RGB (Red+Green+Blue) = 25+87+131=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #195783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195783 is #E6A87C. Grayscale: #494949. Windows color (decimal): -15116413 or 8607513. OLE color: 8607513.
HSL color Cylindrical-coordinate representation of color #195783: hue angle of 204.91º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #195783 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 87 | 131 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.49 |
| HSL | 204.91º | 0.68% | 0.31% | - |
| HSV(B) | 204.91º | 0.81% | 0.51% | - |
| XYZ | 7.91 | 8.66 | 22.73 | - |
| YUV | 73.48 | 160.46 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 131 | 0.81 | 0.34 | 0 | 0.49 | 204.91 | 0.68 | 0.31 |
| Hex | 19 | 57 | 83 | 51 | 22 | 0 | 31 | CD | 44 | 1F |
| Octal | 31 | 127 | 203 | 121 | 42 | 0 | 61 | 315 | 104 | 37 |
| Binary | 11001 | 1010111 | 10000011 | 1010001 | 100010 | 0 | 110001 | 11001101 | 1000100 | 11111 |
Color Harmonies of #195783
Complementary color
Monochromatic Colors of #195783
Black with #195783
Text Example
Text Example
White with #195783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195783; }
p { color: rgb(25,87,131); }
H1.HeaderClassName
{
color: #195783;
}
.AnyTagClassName
{
color: #195783;
}
</style>
background-color css
<style>
a { background-color: #195783; }
a { background-color: rgb(25,87,131); }
div.DivClassName
{
background-color: #195783;
}
.BgClassName
{
background-color: #195783;
}
</style>
border-color css
<style>
span { border-color: #195783; }
span { border-color: rgb(25,87,131); }
td.TdClassName
{
border-color: #195783;
}
.TagClassName
{
border-color: #195783;
}
</style>