Shades of Bahama Blue #194D83
Tints of Bahama Blue #194D83
RGB
CMYK
RGB Variations
Color information
#194D83 (or 0x194D83) is known color: Bahama Blue. HEX triplet: 19, 4D and 83. RGB value is (25,77,131). Sum of RGB (Red+Green+Blue) = 25+77+131=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #194D83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D83 is #E6B27C. Grayscale: #434343. Windows color (decimal): -15118973 or 8604953. OLE color: 8604953.
HSL color Cylindrical-coordinate representation of color #194D83: hue angle of 210.57º 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 #194D83 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 77 | 131 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.49 |
| HSL | 210.57º | 0.68% | 0.31% | - |
| HSV(B) | 210.57º | 0.81% | 0.51% | - |
| XYZ | 7.15 | 7.15 | 22.48 | - |
| YUV | 67.61 | 163.77 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 131 | 0.81 | 0.41 | 0 | 0.49 | 210.57 | 0.68 | 0.31 |
| Hex | 19 | 4D | 83 | 51 | 29 | 0 | 31 | D3 | 44 | 1F |
| Octal | 31 | 115 | 203 | 121 | 51 | 0 | 61 | 323 | 104 | 37 |
| Binary | 11001 | 1001101 | 10000011 | 1010001 | 101001 | 0 | 110001 | 11010011 | 1000100 | 11111 |
Color Harmonies of #194D83
Complementary color
Monochromatic Colors of #194D83
Black with #194D83
Text Example
Text Example
White with #194D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D83; }
p { color: rgb(25,77,131); }
H1.HeaderClassName
{
color: #194D83;
}
.AnyTagClassName
{
color: #194D83;
}
</style>
background-color css
<style>
a { background-color: #194D83; }
a { background-color: rgb(25,77,131); }
div.DivClassName
{
background-color: #194D83;
}
.BgClassName
{
background-color: #194D83;
}
</style>
border-color css
<style>
span { border-color: #194D83; }
span { border-color: rgb(25,77,131); }
td.TdClassName
{
border-color: #194D83;
}
.TagClassName
{
border-color: #194D83;
}
</style>