Shades of Bahama Blue #194F83
Tints of Bahama Blue #194F83
RGB
CMYK
RGB Variations
Color information
#194F83 (or 0x194F83) is known color: Bahama Blue. HEX triplet: 19, 4F and 83. RGB value is (25,79,131). Sum of RGB (Red+Green+Blue) = 25+79+131=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #194F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194F83 is #E6B07C. Grayscale: #444444. Windows color (decimal): -15118461 or 8605465. OLE color: 8605465.
HSL color Cylindrical-coordinate representation of color #194F83: hue angle of 209.43º 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 #194F83 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 79 | 131 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.49 |
| HSL | 209.43º | 0.68% | 0.31% | - |
| HSV(B) | 209.43º | 0.81% | 0.51% | - |
| XYZ | 7.29 | 7.44 | 22.52 | - |
| YUV | 68.78 | 163.11 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 131 | 0.81 | 0.40 | 0 | 0.49 | 209.43 | 0.68 | 0.31 |
| Hex | 19 | 4F | 83 | 51 | 28 | 0 | 31 | D1 | 44 | 1F |
| Octal | 31 | 117 | 203 | 121 | 50 | 0 | 61 | 321 | 104 | 37 |
| Binary | 11001 | 1001111 | 10000011 | 1010001 | 101000 | 0 | 110001 | 11010001 | 1000100 | 11111 |
Color Harmonies of #194F83
Complementary color
Monochromatic Colors of #194F83
Black with #194F83
Text Example
Text Example
White with #194F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F83; }
p { color: rgb(25,79,131); }
H1.HeaderClassName
{
color: #194F83;
}
.AnyTagClassName
{
color: #194F83;
}
</style>
background-color css
<style>
a { background-color: #194F83; }
a { background-color: rgb(25,79,131); }
div.DivClassName
{
background-color: #194F83;
}
.BgClassName
{
background-color: #194F83;
}
</style>
border-color css
<style>
span { border-color: #194F83; }
span { border-color: rgb(25,79,131); }
td.TdClassName
{
border-color: #194F83;
}
.TagClassName
{
border-color: #194F83;
}
</style>