Shades of Bahama Blue #194C76
Tints of Bahama Blue #194C76
RGB
CMYK
RGB Variations
Color information
#194C76 (or 0x194C76) is known color: Bahama Blue. HEX triplet: 19, 4C and 76. RGB value is (25,76,118). Sum of RGB (Red+Green+Blue) = 25+76+118=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #194C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C76 is #E6B389. Grayscale: #414141. Windows color (decimal): -15119242 or 7752729. OLE color: 7752729.
HSL color Cylindrical-coordinate representation of color #194C76: hue angle of 207.1º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194C76 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 76 | 118 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.54 |
| HSL | 207.1º | 0.65% | 0.28% | - |
| HSV(B) | 207.1º | 0.79% | 0.46% | - |
| XYZ | 6.26 | 6.68 | 18.1 | - |
| YUV | 65.54 | 157.6 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 118 | 0.79 | 0.36 | 0 | 0.54 | 207.1 | 0.65 | 0.28 |
| Hex | 19 | 4C | 76 | 4F | 24 | 0 | 36 | CF | 41 | 1C |
| Octal | 31 | 114 | 166 | 117 | 44 | 0 | 66 | 317 | 101 | 34 |
| Binary | 11001 | 1001100 | 1110110 | 1001111 | 100100 | 0 | 110110 | 11001111 | 1000001 | 11100 |
Color Harmonies of #194C76
Complementary color
Monochromatic Colors of #194C76
Black with #194C76
Text Example
Text Example
White with #194C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C76; }
p { color: rgb(25,76,118); }
H1.HeaderClassName
{
color: #194C76;
}
.AnyTagClassName
{
color: #194C76;
}
</style>
background-color css
<style>
a { background-color: #194C76; }
a { background-color: rgb(25,76,118); }
div.DivClassName
{
background-color: #194C76;
}
.BgClassName
{
background-color: #194C76;
}
</style>
border-color css
<style>
span { border-color: #194C76; }
span { border-color: rgb(25,76,118); }
td.TdClassName
{
border-color: #194C76;
}
.TagClassName
{
border-color: #194C76;
}
</style>