Shades of Bahama Blue #19527B
Tints of Bahama Blue #19527B
RGB
CMYK
RGB Variations
Color information
#19527B (or 0x19527B) is known color: Bahama Blue. HEX triplet: 19, 52 and 7B. RGB value is (25,82,123). Sum of RGB (Red+Green+Blue) = 25+82+123=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #19527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19527B is #E6AD84. Grayscale: #454545. Windows color (decimal): -15117701 or 8081945. OLE color: 8081945.
HSL color Cylindrical-coordinate representation of color #19527B: hue angle of 205.1º 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 #19527B is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 82 | 123 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.52 |
| HSL | 205.1º | 0.66% | 0.29% | - |
| HSV(B) | 205.1º | 0.8% | 0.48% | - |
| XYZ | 6.99 | 7.67 | 19.85 | - |
| YUV | 69.63 | 158.12 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 123 | 0.80 | 0.33 | 0 | 0.52 | 205.1 | 0.66 | 0.29 |
| Hex | 19 | 52 | 7B | 50 | 21 | 0 | 34 | CD | 42 | 1D |
| Octal | 31 | 122 | 173 | 120 | 41 | 0 | 64 | 315 | 102 | 35 |
| Binary | 11001 | 1010010 | 1111011 | 1010000 | 100001 | 0 | 110100 | 11001101 | 1000010 | 11101 |
Color Harmonies of #19527B
Complementary color
Monochromatic Colors of #19527B
Black with #19527B
Text Example
Text Example
White with #19527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19527B; }
p { color: rgb(25,82,123); }
H1.HeaderClassName
{
color: #19527B;
}
.AnyTagClassName
{
color: #19527B;
}
</style>
background-color css
<style>
a { background-color: #19527B; }
a { background-color: rgb(25,82,123); }
div.DivClassName
{
background-color: #19527B;
}
.BgClassName
{
background-color: #19527B;
}
</style>
border-color css
<style>
span { border-color: #19527B; }
span { border-color: rgb(25,82,123); }
td.TdClassName
{
border-color: #19527B;
}
.TagClassName
{
border-color: #19527B;
}
</style>