Shades of Bahama Blue #1A587D
Tints of Bahama Blue #1A587D
RGB
CMYK
RGB Variations
Color information
#1A587D (or 0x1A587D) is known color: Bahama Blue. HEX triplet: 1A, 58 and 7D. RGB value is (26,88,125). Sum of RGB (Red+Green+Blue) = 26+88+125=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A587D is #E5A782. Grayscale: #494949. Windows color (decimal): -15050627 or 8214554. OLE color: 8214554.
HSL color Cylindrical-coordinate representation of color #1A587D: hue angle of 202.42º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A587D is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 88 | 125 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.51 |
| HSL | 202.42º | 0.66% | 0.3% | - |
| HSV(B) | 202.42º | 0.79% | 0.49% | - |
| XYZ | 7.62 | 8.68 | 20.68 | - |
| YUV | 73.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 88 | 125 | 0.79 | 0.30 | 0 | 0.51 | 202.42 | 0.66 | 0.3 |
| Hex | 1A | 58 | 7D | 4F | 1E | 0 | 33 | CA | 42 | 1E |
| Octal | 32 | 130 | 175 | 117 | 36 | 0 | 63 | 312 | 102 | 36 |
| Binary | 11010 | 1011000 | 1111101 | 1001111 | 11110 | 0 | 110011 | 11001010 | 1000010 | 11110 |
Color Harmonies of #1A587D
Complementary color
Monochromatic Colors of #1A587D
Black with #1A587D
Text Example
Text Example
White with #1A587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A587D; }
p { color: rgb(26,88,125); }
H1.HeaderClassName
{
color: #1A587D;
}
.AnyTagClassName
{
color: #1A587D;
}
</style>
background-color css
<style>
a { background-color: #1A587D; }
a { background-color: rgb(26,88,125); }
div.DivClassName
{
background-color: #1A587D;
}
.BgClassName
{
background-color: #1A587D;
}
</style>
border-color css
<style>
span { border-color: #1A587D; }
span { border-color: rgb(26,88,125); }
td.TdClassName
{
border-color: #1A587D;
}
.TagClassName
{
border-color: #1A587D;
}
</style>