Shades of Bahama Blue #19577D
Tints of Bahama Blue #19577D
RGB
CMYK
RGB Variations
Color information
#19577D (or 0x19577D) is known color: Bahama Blue. HEX triplet: 19, 57 and 7D. RGB value is (25,87,125). Sum of RGB (Red+Green+Blue) = 25+87+125=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #19577D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19577D is #E6A882. Grayscale: #484848. Windows color (decimal): -15116419 or 8214297. OLE color: 8214297.
HSL color Cylindrical-coordinate representation of color #19577D: hue angle of 202.8º 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 #19577D is Cyan = 0.8, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 87 | 125 | - |
| CMYK | 0.8 | 0.30 | 0 | 0.51 |
| HSL | 202.8º | 0.67% | 0.29% | - |
| HSV(B) | 202.8º | 0.8% | 0.49% | - |
| XYZ | 7.51 | 8.5 | 20.65 | - |
| YUV | 72.79 | 157.46 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 125 | 0.8 | 0.30 | 0 | 0.51 | 202.8 | 0.67 | 0.29 |
| Hex | 19 | 57 | 7D | 50 | 1E | 0 | 33 | CB | 43 | 1D |
| Octal | 31 | 127 | 175 | 120 | 36 | 0 | 63 | 313 | 103 | 35 |
| Binary | 11001 | 1010111 | 1111101 | 1010000 | 11110 | 0 | 110011 | 11001011 | 1000011 | 11101 |
Color Harmonies of #19577D
Complementary color
Monochromatic Colors of #19577D
Black with #19577D
Text Example
Text Example
White with #19577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19577D; }
p { color: rgb(25,87,125); }
H1.HeaderClassName
{
color: #19577D;
}
.AnyTagClassName
{
color: #19577D;
}
</style>
background-color css
<style>
a { background-color: #19577D; }
a { background-color: rgb(25,87,125); }
div.DivClassName
{
background-color: #19577D;
}
.BgClassName
{
background-color: #19577D;
}
</style>
border-color css
<style>
span { border-color: #19577D; }
span { border-color: rgb(25,87,125); }
td.TdClassName
{
border-color: #19577D;
}
.TagClassName
{
border-color: #19577D;
}
</style>