Shades of Bahama Blue #194F84
Tints of Bahama Blue #194F84
RGB
CMYK
RGB Variations
Color information
#194F84 (or 0x194F84) is known color: Bahama Blue. HEX triplet: 19, 4F and 84. RGB value is (25,79,132). Sum of RGB (Red+Green+Blue) = 25+79+132=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #194F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194F84 is #E6B07B. Grayscale: #444444. Windows color (decimal): -15118460 or 8671001. OLE color: 8671001.
HSL color Cylindrical-coordinate representation of color #194F84: hue angle of 209.72º 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 #194F84 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 79 | 132 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.48 |
| HSL | 209.72º | 0.68% | 0.31% | - |
| HSV(B) | 209.72º | 0.81% | 0.52% | - |
| XYZ | 7.36 | 7.46 | 22.88 | - |
| YUV | 68.9 | 163.61 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 132 | 0.81 | 0.40 | 0 | 0.48 | 209.72 | 0.68 | 0.31 |
| Hex | 19 | 4F | 84 | 51 | 28 | 0 | 30 | D2 | 44 | 1F |
| Octal | 31 | 117 | 204 | 121 | 50 | 0 | 60 | 322 | 104 | 37 |
| Binary | 11001 | 1001111 | 10000100 | 1010001 | 101000 | 0 | 110000 | 11010010 | 1000100 | 11111 |
Color Harmonies of #194F84
Complementary color
Monochromatic Colors of #194F84
Black with #194F84
Text Example
Text Example
White with #194F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F84; }
p { color: rgb(25,79,132); }
H1.HeaderClassName
{
color: #194F84;
}
.AnyTagClassName
{
color: #194F84;
}
</style>
background-color css
<style>
a { background-color: #194F84; }
a { background-color: rgb(25,79,132); }
div.DivClassName
{
background-color: #194F84;
}
.BgClassName
{
background-color: #194F84;
}
</style>
border-color css
<style>
span { border-color: #194F84; }
span { border-color: rgb(25,79,132); }
td.TdClassName
{
border-color: #194F84;
}
.TagClassName
{
border-color: #194F84;
}
</style>