Shades of Bahama Blue #194D82
Tints of Bahama Blue #194D82
RGB
CMYK
RGB Variations
Color information
#194D82 (or 0x194D82) is known color: Bahama Blue. HEX triplet: 19, 4D and 82. RGB value is (25,77,130). Sum of RGB (Red+Green+Blue) = 25+77+130=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #194D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D82 is #E6B27D. Grayscale: #434343. Windows color (decimal): -15118974 or 8539417. OLE color: 8539417.
HSL color Cylindrical-coordinate representation of color #194D82: hue angle of 210.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194D82 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 77 | 130 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.49 |
| HSL | 210.29º | 0.68% | 0.3% | - |
| HSV(B) | 210.29º | 0.81% | 0.51% | - |
| XYZ | 7.08 | 7.13 | 22.12 | - |
| YUV | 67.49 | 163.27 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 130 | 0.81 | 0.41 | 0 | 0.49 | 210.29 | 0.68 | 0.3 |
| Hex | 19 | 4D | 82 | 51 | 29 | 0 | 31 | D2 | 44 | 1E |
| Octal | 31 | 115 | 202 | 121 | 51 | 0 | 61 | 322 | 104 | 36 |
| Binary | 11001 | 1001101 | 10000010 | 1010001 | 101001 | 0 | 110001 | 11010010 | 1000100 | 11110 |
Color Harmonies of #194D82
Complementary color
Monochromatic Colors of #194D82
Black with #194D82
Text Example
Text Example
White with #194D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D82; }
p { color: rgb(25,77,130); }
H1.HeaderClassName
{
color: #194D82;
}
.AnyTagClassName
{
color: #194D82;
}
</style>
background-color css
<style>
a { background-color: #194D82; }
a { background-color: rgb(25,77,130); }
div.DivClassName
{
background-color: #194D82;
}
.BgClassName
{
background-color: #194D82;
}
</style>
border-color css
<style>
span { border-color: #194D82; }
span { border-color: rgb(25,77,130); }
td.TdClassName
{
border-color: #194D82;
}
.TagClassName
{
border-color: #194D82;
}
</style>