Shades of Bahama Blue #195385
Tints of Bahama Blue #195385
RGB
CMYK
RGB Variations
Color information
#195385 (or 0x195385) is known color: Bahama Blue. HEX triplet: 19, 53 and 85. RGB value is (25,83,133). Sum of RGB (Red+Green+Blue) = 25+83+133=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #195385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195385 is #E6AC7A. Grayscale: #474747. Windows color (decimal): -15117435 or 8737561. OLE color: 8737561.
HSL color Cylindrical-coordinate representation of color #195385: hue angle of 207.78º 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 #195385 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 83 | 133 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.48 |
| HSL | 207.78º | 0.68% | 0.31% | - |
| HSV(B) | 207.78º | 0.81% | 0.52% | - |
| XYZ | 7.73 | 8.09 | 23.34 | - |
| YUV | 71.36 | 162.78 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 133 | 0.81 | 0.38 | 0 | 0.48 | 207.78 | 0.68 | 0.31 |
| Hex | 19 | 53 | 85 | 51 | 26 | 0 | 30 | D0 | 44 | 1F |
| Octal | 31 | 123 | 205 | 121 | 46 | 0 | 60 | 320 | 104 | 37 |
| Binary | 11001 | 1010011 | 10000101 | 1010001 | 100110 | 0 | 110000 | 11010000 | 1000100 | 11111 |
Color Harmonies of #195385
Complementary color
Monochromatic Colors of #195385
Black with #195385
Text Example
Text Example
White with #195385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195385; }
p { color: rgb(25,83,133); }
H1.HeaderClassName
{
color: #195385;
}
.AnyTagClassName
{
color: #195385;
}
</style>
background-color css
<style>
a { background-color: #195385; }
a { background-color: rgb(25,83,133); }
div.DivClassName
{
background-color: #195385;
}
.BgClassName
{
background-color: #195385;
}
</style>
border-color css
<style>
span { border-color: #195385; }
span { border-color: rgb(25,83,133); }
td.TdClassName
{
border-color: #195385;
}
.TagClassName
{
border-color: #195385;
}
</style>