Shades of Bahama Blue #194F78
Tints of Bahama Blue #194F78
RGB
CMYK
RGB Variations
Color information
#194F78 (or 0x194F78) is known color: Bahama Blue. HEX triplet: 19, 4F and 78. RGB value is (25,79,120). Sum of RGB (Red+Green+Blue) = 25+79+120=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #194F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F78 is #E6B087. Grayscale: #434343. Windows color (decimal): -15118472 or 7884569. OLE color: 7884569.
HSL color Cylindrical-coordinate representation of color #194F78: hue angle of 205.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194F78 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 79 | 120 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.53 |
| HSL | 205.89º | 0.66% | 0.28% | - |
| HSV(B) | 205.89º | 0.79% | 0.47% | - |
| XYZ | 6.59 | 7.15 | 18.8 | - |
| YUV | 67.53 | 157.61 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 120 | 0.79 | 0.34 | 0 | 0.53 | 205.89 | 0.66 | 0.28 |
| Hex | 19 | 4F | 78 | 4F | 22 | 0 | 35 | CE | 42 | 1C |
| Octal | 31 | 117 | 170 | 117 | 42 | 0 | 65 | 316 | 102 | 34 |
| Binary | 11001 | 1001111 | 1111000 | 1001111 | 100010 | 0 | 110101 | 11001110 | 1000010 | 11100 |
Color Harmonies of #194F78
Complementary color
Monochromatic Colors of #194F78
Black with #194F78
Text Example
Text Example
White with #194F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F78; }
p { color: rgb(25,79,120); }
H1.HeaderClassName
{
color: #194F78;
}
.AnyTagClassName
{
color: #194F78;
}
</style>
background-color css
<style>
a { background-color: #194F78; }
a { background-color: rgb(25,79,120); }
div.DivClassName
{
background-color: #194F78;
}
.BgClassName
{
background-color: #194F78;
}
</style>
border-color css
<style>
span { border-color: #194F78; }
span { border-color: rgb(25,79,120); }
td.TdClassName
{
border-color: #194F78;
}
.TagClassName
{
border-color: #194F78;
}
</style>