Shades of Bahama Blue #19638D
Tints of Bahama Blue #19638D
RGB
CMYK
RGB Variations
Color information
#19638D (or 0x19638D) is known color: Bahama Blue. HEX triplet: 19, 63 and 8D. RGB value is (25,99,141). Sum of RGB (Red+Green+Blue) = 25+99+141=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #19638D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19638D is #E69C72. Grayscale: #515151. Windows color (decimal): -15113331 or 9265945. OLE color: 9265945.
HSL color Cylindrical-coordinate representation of color #19638D: hue angle of 201.72º 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 #19638D is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 99 | 141 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.45 |
| HSL | 201.72º | 0.7% | 0.33% | - |
| HSV(B) | 201.72º | 0.82% | 0.55% | - |
| XYZ | 9.67 | 11.05 | 26.82 | - |
| YUV | 81.66 | 161.48 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 141 | 0.82 | 0.30 | 0 | 0.45 | 201.72 | 0.7 | 0.33 |
| Hex | 19 | 63 | 8D | 52 | 1E | 0 | 2D | CA | 46 | 21 |
| Octal | 31 | 143 | 215 | 122 | 36 | 0 | 55 | 312 | 106 | 41 |
| Binary | 11001 | 1100011 | 10001101 | 1010010 | 11110 | 0 | 101101 | 11001010 | 1000110 | 100001 |
Color Harmonies of #19638D
Complementary color
Monochromatic Colors of #19638D
Black with #19638D
Text Example
Text Example
White with #19638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19638D; }
p { color: rgb(25,99,141); }
H1.HeaderClassName
{
color: #19638D;
}
.AnyTagClassName
{
color: #19638D;
}
</style>
background-color css
<style>
a { background-color: #19638D; }
a { background-color: rgb(25,99,141); }
div.DivClassName
{
background-color: #19638D;
}
.BgClassName
{
background-color: #19638D;
}
</style>
border-color css
<style>
span { border-color: #19638D; }
span { border-color: rgb(25,99,141); }
td.TdClassName
{
border-color: #19638D;
}
.TagClassName
{
border-color: #19638D;
}
</style>