Shades of Bahama Blue #194E7B
Tints of Bahama Blue #194E7B
RGB
CMYK
RGB Variations
Color information
#194E7B (or 0x194E7B) is known color: Bahama Blue. HEX triplet: 19, 4E and 7B. RGB value is (25,78,123). Sum of RGB (Red+Green+Blue) = 25+78+123=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #194E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E7B is #E6B184. Grayscale: #434343. Windows color (decimal): -15118725 or 8080921. OLE color: 8080921.
HSL color Cylindrical-coordinate representation of color #194E7B: hue angle of 207.55º 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 #194E7B is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 78 | 123 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.52 |
| HSL | 207.55º | 0.66% | 0.29% | - |
| HSV(B) | 207.55º | 0.8% | 0.48% | - |
| XYZ | 6.7 | 7.09 | 19.75 | - |
| YUV | 67.28 | 159.44 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 123 | 0.80 | 0.37 | 0 | 0.52 | 207.55 | 0.66 | 0.29 |
| Hex | 19 | 4E | 7B | 50 | 25 | 0 | 34 | D0 | 42 | 1D |
| Octal | 31 | 116 | 173 | 120 | 45 | 0 | 64 | 320 | 102 | 35 |
| Binary | 11001 | 1001110 | 1111011 | 1010000 | 100101 | 0 | 110100 | 11010000 | 1000010 | 11101 |
Color Harmonies of #194E7B
Complementary color
Monochromatic Colors of #194E7B
Black with #194E7B
Text Example
Text Example
White with #194E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E7B; }
p { color: rgb(25,78,123); }
H1.HeaderClassName
{
color: #194E7B;
}
.AnyTagClassName
{
color: #194E7B;
}
</style>
background-color css
<style>
a { background-color: #194E7B; }
a { background-color: rgb(25,78,123); }
div.DivClassName
{
background-color: #194E7B;
}
.BgClassName
{
background-color: #194E7B;
}
</style>
border-color css
<style>
span { border-color: #194E7B; }
span { border-color: rgb(25,78,123); }
td.TdClassName
{
border-color: #194E7B;
}
.TagClassName
{
border-color: #194E7B;
}
</style>