Shades of Bahama Blue #1A587C
Tints of Bahama Blue #1A587C
RGB
CMYK
RGB Variations
Color information
#1A587C (or 0x1A587C) is known color: Bahama Blue. HEX triplet: 1A, 58 and 7C. RGB value is (26,88,124). Sum of RGB (Red+Green+Blue) = 26+88+124=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A587C is #E5A783. Grayscale: #494949. Windows color (decimal): -15050628 or 8149018. OLE color: 8149018.
HSL color Cylindrical-coordinate representation of color #1A587C: hue angle of 202.04º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A587C is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 88 | 124 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.51 |
| HSL | 202.04º | 0.65% | 0.29% | - |
| HSV(B) | 202.04º | 0.79% | 0.49% | - |
| XYZ | 7.55 | 8.65 | 20.34 | - |
| YUV | 73.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 88 | 124 | 0.79 | 0.29 | 0 | 0.51 | 202.04 | 0.65 | 0.29 |
| Hex | 1A | 58 | 7C | 4F | 1D | 0 | 33 | CA | 41 | 1D |
| Octal | 32 | 130 | 174 | 117 | 35 | 0 | 63 | 312 | 101 | 35 |
| Binary | 11010 | 1011000 | 1111100 | 1001111 | 11101 | 0 | 110011 | 11001010 | 1000001 | 11101 |
Color Harmonies of #1A587C
Complementary color
Monochromatic Colors of #1A587C
Black with #1A587C
Text Example
Text Example
White with #1A587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A587C; }
p { color: rgb(26,88,124); }
H1.HeaderClassName
{
color: #1A587C;
}
.AnyTagClassName
{
color: #1A587C;
}
</style>
background-color css
<style>
a { background-color: #1A587C; }
a { background-color: rgb(26,88,124); }
div.DivClassName
{
background-color: #1A587C;
}
.BgClassName
{
background-color: #1A587C;
}
</style>
border-color css
<style>
span { border-color: #1A587C; }
span { border-color: rgb(26,88,124); }
td.TdClassName
{
border-color: #1A587C;
}
.TagClassName
{
border-color: #1A587C;
}
</style>