Shades of Bahama Blue #196288
Tints of Bahama Blue #196288
RGB
CMYK
RGB Variations
Color information
#196288 (or 0x196288) is known color: Bahama Blue. HEX triplet: 19, 62 and 88. RGB value is (25,98,136). Sum of RGB (Red+Green+Blue) = 25+98+136=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #196288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196288 is #E69D77. Grayscale: #505050. Windows color (decimal): -15113592 or 8938009. OLE color: 8938009.
HSL color Cylindrical-coordinate representation of color #196288: hue angle of 200.54º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196288 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 98 | 136 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.47 |
| HSL | 200.54º | 0.69% | 0.32% | - |
| HSV(B) | 200.54º | 0.82% | 0.53% | - |
| XYZ | 9.21 | 10.72 | 24.88 | - |
| YUV | 80.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 136 | 0.82 | 0.28 | 0 | 0.47 | 200.54 | 0.69 | 0.32 |
| Hex | 19 | 62 | 88 | 52 | 1C | 0 | 2F | C9 | 45 | 20 |
| Octal | 31 | 142 | 210 | 122 | 34 | 0 | 57 | 311 | 105 | 40 |
| Binary | 11001 | 1100010 | 10001000 | 1010010 | 11100 | 0 | 101111 | 11001001 | 1000101 | 100000 |
Color Harmonies of #196288
Complementary color
Monochromatic Colors of #196288
Black with #196288
Text Example
Text Example
White with #196288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196288; }
p { color: rgb(25,98,136); }
H1.HeaderClassName
{
color: #196288;
}
.AnyTagClassName
{
color: #196288;
}
</style>
background-color css
<style>
a { background-color: #196288; }
a { background-color: rgb(25,98,136); }
div.DivClassName
{
background-color: #196288;
}
.BgClassName
{
background-color: #196288;
}
</style>
border-color css
<style>
span { border-color: #196288; }
span { border-color: rgb(25,98,136); }
td.TdClassName
{
border-color: #196288;
}
.TagClassName
{
border-color: #196288;
}
</style>