Shades of Bahama Blue #194E76
Tints of Bahama Blue #194E76
RGB
CMYK
RGB Variations
Color information
#194E76 (or 0x194E76) is known color: Bahama Blue. HEX triplet: 19, 4E and 76. RGB value is (25,78,118). Sum of RGB (Red+Green+Blue) = 25+78+118=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #194E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E76 is #E6B189. Grayscale: #424242. Windows color (decimal): -15118730 or 7753241. OLE color: 7753241.
HSL color Cylindrical-coordinate representation of color #194E76: hue angle of 205.81º 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 #194E76 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 78 | 118 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.54 |
| HSL | 205.81º | 0.65% | 0.28% | - |
| HSV(B) | 205.81º | 0.79% | 0.46% | - |
| XYZ | 6.4 | 6.96 | 18.15 | - |
| YUV | 66.71 | 156.94 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 118 | 0.79 | 0.34 | 0 | 0.54 | 205.81 | 0.65 | 0.28 |
| Hex | 19 | 4E | 76 | 4F | 22 | 0 | 36 | CE | 41 | 1C |
| Octal | 31 | 116 | 166 | 117 | 42 | 0 | 66 | 316 | 101 | 34 |
| Binary | 11001 | 1001110 | 1110110 | 1001111 | 100010 | 0 | 110110 | 11001110 | 1000001 | 11100 |
Color Harmonies of #194E76
Complementary color
Monochromatic Colors of #194E76
Black with #194E76
Text Example
Text Example
White with #194E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E76; }
p { color: rgb(25,78,118); }
H1.HeaderClassName
{
color: #194E76;
}
.AnyTagClassName
{
color: #194E76;
}
</style>
background-color css
<style>
a { background-color: #194E76; }
a { background-color: rgb(25,78,118); }
div.DivClassName
{
background-color: #194E76;
}
.BgClassName
{
background-color: #194E76;
}
</style>
border-color css
<style>
span { border-color: #194E76; }
span { border-color: rgb(25,78,118); }
td.TdClassName
{
border-color: #194E76;
}
.TagClassName
{
border-color: #194E76;
}
</style>