Shades of Bahama Blue #19587D
Tints of Bahama Blue #19587D
RGB
CMYK
RGB Variations
Color information
#19587D (or 0x19587D) is known color: Bahama Blue. HEX triplet: 19, 58 and 7D. RGB value is (25,88,125). Sum of RGB (Red+Green+Blue) = 25+88+125=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #19587D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19587D is #E6A782. Grayscale: #494949. Windows color (decimal): -15116163 or 8214553. OLE color: 8214553.
HSL color Cylindrical-coordinate representation of color #19587D: hue angle of 202.2º 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 #19587D is Cyan = 0.8, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 88 | 125 | - |
| CMYK | 0.8 | 0.30 | 0 | 0.51 |
| HSL | 202.2º | 0.67% | 0.29% | - |
| HSV(B) | 202.2º | 0.8% | 0.49% | - |
| XYZ | 7.59 | 8.67 | 20.67 | - |
| YUV | 73.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 88 | 125 | 0.8 | 0.30 | 0 | 0.51 | 202.2 | 0.67 | 0.29 |
| Hex | 19 | 58 | 7D | 50 | 1E | 0 | 33 | CA | 43 | 1D |
| Octal | 31 | 130 | 175 | 120 | 36 | 0 | 63 | 312 | 103 | 35 |
| Binary | 11001 | 1011000 | 1111101 | 1010000 | 11110 | 0 | 110011 | 11001010 | 1000011 | 11101 |
Color Harmonies of #19587D
Complementary color
Monochromatic Colors of #19587D
Black with #19587D
Text Example
Text Example
White with #19587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19587D; }
p { color: rgb(25,88,125); }
H1.HeaderClassName
{
color: #19587D;
}
.AnyTagClassName
{
color: #19587D;
}
</style>
background-color css
<style>
a { background-color: #19587D; }
a { background-color: rgb(25,88,125); }
div.DivClassName
{
background-color: #19587D;
}
.BgClassName
{
background-color: #19587D;
}
</style>
border-color css
<style>
span { border-color: #19587D; }
span { border-color: rgb(25,88,125); }
td.TdClassName
{
border-color: #19587D;
}
.TagClassName
{
border-color: #19587D;
}
</style>