Shades of Bahama Blue #1A5588
Tints of Bahama Blue #1A5588
RGB
CMYK
RGB Variations
Color information
#1A5588 (or 0x1A5588) is known color: Bahama Blue. HEX triplet: 1A, 55 and 88. RGB value is (26,85,136). Sum of RGB (Red+Green+Blue) = 26+85+136=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A5588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5588 is #E5AA77. Grayscale: #484848. Windows color (decimal): -15051384 or 8934682. OLE color: 8934682.
HSL color Cylindrical-coordinate representation of color #1A5588: hue angle of 207.82º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A5588 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 85 | 136 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.47 |
| HSL | 207.82º | 0.68% | 0.32% | - |
| HSV(B) | 207.82º | 0.81% | 0.53% | - |
| XYZ | 8.12 | 8.49 | 24.5 | - |
| YUV | 73.17 | 163.45 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 85 | 136 | 0.81 | 0.38 | 0 | 0.47 | 207.82 | 0.68 | 0.32 |
| Hex | 1A | 55 | 88 | 51 | 26 | 0 | 2F | D0 | 44 | 20 |
| Octal | 32 | 125 | 210 | 121 | 46 | 0 | 57 | 320 | 104 | 40 |
| Binary | 11010 | 1010101 | 10001000 | 1010001 | 100110 | 0 | 101111 | 11010000 | 1000100 | 100000 |
Color Harmonies of #1A5588
Complementary color
Monochromatic Colors of #1A5588
Black with #1A5588
Text Example
Text Example
White with #1A5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5588; }
p { color: rgb(26,85,136); }
H1.HeaderClassName
{
color: #1A5588;
}
.AnyTagClassName
{
color: #1A5588;
}
</style>
background-color css
<style>
a { background-color: #1A5588; }
a { background-color: rgb(26,85,136); }
div.DivClassName
{
background-color: #1A5588;
}
.BgClassName
{
background-color: #1A5588;
}
</style>
border-color css
<style>
span { border-color: #1A5588; }
span { border-color: rgb(26,85,136); }
td.TdClassName
{
border-color: #1A5588;
}
.TagClassName
{
border-color: #1A5588;
}
</style>