Shades of Bahama Blue #19507D
Tints of Bahama Blue #19507D
RGB
CMYK
RGB Variations
Color information
#19507D (or 0x19507D) is known color: Bahama Blue. HEX triplet: 19, 50 and 7D. RGB value is (25,80,125). Sum of RGB (Red+Green+Blue) = 25+80+125=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #19507D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19507D is #E6AF82. Grayscale: #444444. Windows color (decimal): -15118211 or 8212505. OLE color: 8212505.
HSL color Cylindrical-coordinate representation of color #19507D: hue angle of 207º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19507D is Cyan = 0.8, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 80 | 125 | - |
| CMYK | 0.8 | 0.36 | 0 | 0.51 |
| HSL | 207º | 0.67% | 0.29% | - |
| HSV(B) | 207º | 0.8% | 0.49% | - |
| XYZ | 6.97 | 7.42 | 20.47 | - |
| YUV | 68.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 125 | 0.8 | 0.36 | 0 | 0.51 | 207 | 0.67 | 0.29 |
| Hex | 19 | 50 | 7D | 50 | 24 | 0 | 33 | CF | 43 | 1D |
| Octal | 31 | 120 | 175 | 120 | 44 | 0 | 63 | 317 | 103 | 35 |
| Binary | 11001 | 1010000 | 1111101 | 1010000 | 100100 | 0 | 110011 | 11001111 | 1000011 | 11101 |
Color Harmonies of #19507D
Complementary color
Monochromatic Colors of #19507D
Black with #19507D
Text Example
Text Example
White with #19507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19507D; }
p { color: rgb(25,80,125); }
H1.HeaderClassName
{
color: #19507D;
}
.AnyTagClassName
{
color: #19507D;
}
</style>
background-color css
<style>
a { background-color: #19507D; }
a { background-color: rgb(25,80,125); }
div.DivClassName
{
background-color: #19507D;
}
.BgClassName
{
background-color: #19507D;
}
</style>
border-color css
<style>
span { border-color: #19507D; }
span { border-color: rgb(25,80,125); }
td.TdClassName
{
border-color: #19507D;
}
.TagClassName
{
border-color: #19507D;
}
</style>