Shades of Bahama Blue #194D7B
Tints of Bahama Blue #194D7B
RGB
CMYK
RGB Variations
Color information
#194D7B (or 0x194D7B) is known color: Bahama Blue. HEX triplet: 19, 4D and 7B. RGB value is (25,77,123). Sum of RGB (Red+Green+Blue) = 25+77+123=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #194D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D7B is #E6B284. Grayscale: #424242. Windows color (decimal): -15118981 or 8080665. OLE color: 8080665.
HSL color Cylindrical-coordinate representation of color #194D7B: hue angle of 208.16º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #194D7B is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 77 | 123 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.52 |
| HSL | 208.16º | 0.66% | 0.29% | - |
| HSV(B) | 208.16º | 0.8% | 0.48% | - |
| XYZ | 6.63 | 6.94 | 19.73 | - |
| YUV | 66.7 | 159.77 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 123 | 0.80 | 0.37 | 0 | 0.52 | 208.16 | 0.66 | 0.29 |
| Hex | 19 | 4D | 7B | 50 | 25 | 0 | 34 | D0 | 42 | 1D |
| Octal | 31 | 115 | 173 | 120 | 45 | 0 | 64 | 320 | 102 | 35 |
| Binary | 11001 | 1001101 | 1111011 | 1010000 | 100101 | 0 | 110100 | 11010000 | 1000010 | 11101 |
Color Harmonies of #194D7B
Complementary color
Monochromatic Colors of #194D7B
Black with #194D7B
Text Example
Text Example
White with #194D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D7B; }
p { color: rgb(25,77,123); }
H1.HeaderClassName
{
color: #194D7B;
}
.AnyTagClassName
{
color: #194D7B;
}
</style>
background-color css
<style>
a { background-color: #194D7B; }
a { background-color: rgb(25,77,123); }
div.DivClassName
{
background-color: #194D7B;
}
.BgClassName
{
background-color: #194D7B;
}
</style>
border-color css
<style>
span { border-color: #194D7B; }
span { border-color: rgb(25,77,123); }
td.TdClassName
{
border-color: #194D7B;
}
.TagClassName
{
border-color: #194D7B;
}
</style>