Shades of Bahama Blue #19628D
Tints of Bahama Blue #19628D
RGB
CMYK
RGB Variations
Color information
#19628D (or 0x19628D) is known color: Bahama Blue. HEX triplet: 19, 62 and 8D. RGB value is (25,98,141). Sum of RGB (Red+Green+Blue) = 25+98+141=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #19628D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19628D is #E69D72. Grayscale: #505050. Windows color (decimal): -15113587 or 9265689. OLE color: 9265689.
HSL color Cylindrical-coordinate representation of color #19628D: hue angle of 202.24º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19628D is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 98 | 141 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.45 |
| HSL | 202.24º | 0.7% | 0.33% | - |
| HSV(B) | 202.24º | 0.82% | 0.55% | - |
| XYZ | 9.58 | 10.87 | 26.79 | - |
| YUV | 81.08 | 161.82 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 141 | 0.82 | 0.30 | 0 | 0.45 | 202.24 | 0.7 | 0.33 |
| Hex | 19 | 62 | 8D | 52 | 1E | 0 | 2D | CA | 46 | 21 |
| Octal | 31 | 142 | 215 | 122 | 36 | 0 | 55 | 312 | 106 | 41 |
| Binary | 11001 | 1100010 | 10001101 | 1010010 | 11110 | 0 | 101101 | 11001010 | 1000110 | 100001 |
Color Harmonies of #19628D
Complementary color
Monochromatic Colors of #19628D
Black with #19628D
Text Example
Text Example
White with #19628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19628D; }
p { color: rgb(25,98,141); }
H1.HeaderClassName
{
color: #19628D;
}
.AnyTagClassName
{
color: #19628D;
}
</style>
background-color css
<style>
a { background-color: #19628D; }
a { background-color: rgb(25,98,141); }
div.DivClassName
{
background-color: #19628D;
}
.BgClassName
{
background-color: #19628D;
}
</style>
border-color css
<style>
span { border-color: #19628D; }
span { border-color: rgb(25,98,141); }
td.TdClassName
{
border-color: #19628D;
}
.TagClassName
{
border-color: #19628D;
}
</style>