Shades of Bahama Blue #19628B
Tints of Bahama Blue #19628B
RGB
CMYK
RGB Variations
Color information
#19628B (or 0x19628B) is known color: Bahama Blue. HEX triplet: 19, 62 and 8B. RGB value is (25,98,139). Sum of RGB (Red+Green+Blue) = 25+98+139=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #19628B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19628B is #E69D74. Grayscale: #505050. Windows color (decimal): -15113589 or 9134617. OLE color: 9134617.
HSL color Cylindrical-coordinate representation of color #19628B: hue angle of 201.58º 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 #19628B is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 98 | 139 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.45 |
| HSL | 201.58º | 0.7% | 0.32% | - |
| HSV(B) | 201.58º | 0.82% | 0.55% | - |
| XYZ | 9.43 | 10.81 | 26.01 | - |
| YUV | 80.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 139 | 0.82 | 0.29 | 0 | 0.45 | 201.58 | 0.7 | 0.32 |
| Hex | 19 | 62 | 8B | 52 | 1D | 0 | 2D | CA | 46 | 20 |
| Octal | 31 | 142 | 213 | 122 | 35 | 0 | 55 | 312 | 106 | 40 |
| Binary | 11001 | 1100010 | 10001011 | 1010010 | 11101 | 0 | 101101 | 11001010 | 1000110 | 100000 |
Color Harmonies of #19628B
Complementary color
Monochromatic Colors of #19628B
Black with #19628B
Text Example
Text Example
White with #19628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19628B; }
p { color: rgb(25,98,139); }
H1.HeaderClassName
{
color: #19628B;
}
.AnyTagClassName
{
color: #19628B;
}
</style>
background-color css
<style>
a { background-color: #19628B; }
a { background-color: rgb(25,98,139); }
div.DivClassName
{
background-color: #19628B;
}
.BgClassName
{
background-color: #19628B;
}
</style>
border-color css
<style>
span { border-color: #19628B; }
span { border-color: rgb(25,98,139); }
td.TdClassName
{
border-color: #19628B;
}
.TagClassName
{
border-color: #19628B;
}
</style>