Shades of Bahama Blue #19507B
Tints of Bahama Blue #19507B
RGB
CMYK
RGB Variations
Color information
#19507B (or 0x19507B) is known color: Bahama Blue. HEX triplet: 19, 50 and 7B. RGB value is (25,80,123). Sum of RGB (Red+Green+Blue) = 25+80+123=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #19507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19507B is #E6AF84. Grayscale: #444444. Windows color (decimal): -15118213 or 8081433. OLE color: 8081433.
HSL color Cylindrical-coordinate representation of color #19507B: hue angle of 206.33º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19507B is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 80 | 123 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.52 |
| HSL | 206.33º | 0.66% | 0.29% | - |
| HSV(B) | 206.33º | 0.8% | 0.48% | - |
| XYZ | 6.84 | 7.37 | 19.8 | - |
| YUV | 68.46 | 158.78 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 123 | 0.80 | 0.35 | 0 | 0.52 | 206.33 | 0.66 | 0.29 |
| Hex | 19 | 50 | 7B | 50 | 23 | 0 | 34 | CE | 42 | 1D |
| Octal | 31 | 120 | 173 | 120 | 43 | 0 | 64 | 316 | 102 | 35 |
| Binary | 11001 | 1010000 | 1111011 | 1010000 | 100011 | 0 | 110100 | 11001110 | 1000010 | 11101 |
Color Harmonies of #19507B
Complementary color
Monochromatic Colors of #19507B
Black with #19507B
Text Example
Text Example
White with #19507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19507B; }
p { color: rgb(25,80,123); }
H1.HeaderClassName
{
color: #19507B;
}
.AnyTagClassName
{
color: #19507B;
}
</style>
background-color css
<style>
a { background-color: #19507B; }
a { background-color: rgb(25,80,123); }
div.DivClassName
{
background-color: #19507B;
}
.BgClassName
{
background-color: #19507B;
}
</style>
border-color css
<style>
span { border-color: #19507B; }
span { border-color: rgb(25,80,123); }
td.TdClassName
{
border-color: #19507B;
}
.TagClassName
{
border-color: #19507B;
}
</style>