Shades of Bahama Blue #19618B
Tints of Bahama Blue #19618B
RGB
CMYK
RGB Variations
Color information
#19618B (or 0x19618B) is known color: Bahama Blue. HEX triplet: 19, 61 and 8B. RGB value is (25,97,139). Sum of RGB (Red+Green+Blue) = 25+97+139=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #19618B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19618B is #E69E74. Grayscale: #505050. Windows color (decimal): -15113845 or 9134361. OLE color: 9134361.
HSL color Cylindrical-coordinate representation of color #19618B: hue angle of 202.11º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19618B is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 97 | 139 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.45 |
| HSL | 202.11º | 0.7% | 0.32% | - |
| HSV(B) | 202.11º | 0.82% | 0.55% | - |
| XYZ | 9.34 | 10.62 | 25.98 | - |
| YUV | 80.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 139 | 0.82 | 0.30 | 0 | 0.45 | 202.11 | 0.7 | 0.32 |
| Hex | 19 | 61 | 8B | 52 | 1E | 0 | 2D | CA | 46 | 20 |
| Octal | 31 | 141 | 213 | 122 | 36 | 0 | 55 | 312 | 106 | 40 |
| Binary | 11001 | 1100001 | 10001011 | 1010010 | 11110 | 0 | 101101 | 11001010 | 1000110 | 100000 |
Color Harmonies of #19618B
Complementary color
Monochromatic Colors of #19618B
Black with #19618B
Text Example
Text Example
White with #19618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19618B; }
p { color: rgb(25,97,139); }
H1.HeaderClassName
{
color: #19618B;
}
.AnyTagClassName
{
color: #19618B;
}
</style>
background-color css
<style>
a { background-color: #19618B; }
a { background-color: rgb(25,97,139); }
div.DivClassName
{
background-color: #19618B;
}
.BgClassName
{
background-color: #19618B;
}
</style>
border-color css
<style>
span { border-color: #19618B; }
span { border-color: rgb(25,97,139); }
td.TdClassName
{
border-color: #19618B;
}
.TagClassName
{
border-color: #19618B;
}
</style>