Shades of Bahama Blue #1A5488
Tints of Bahama Blue #1A5488
RGB
CMYK
RGB Variations
Color information
#1A5488 (or 0x1A5488) is known color: Bahama Blue. HEX triplet: 1A, 54 and 88. RGB value is (26,84,136). Sum of RGB (Red+Green+Blue) = 26+84+136=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A5488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5488 is #E5AB77. Grayscale: #484848. Windows color (decimal): -15051640 or 8934426. OLE color: 8934426.
HSL color Cylindrical-coordinate representation of color #1A5488: hue angle of 208.36º 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 #1A5488 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 84 | 136 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.47 |
| HSL | 208.36º | 0.68% | 0.32% | - |
| HSV(B) | 208.36º | 0.81% | 0.53% | - |
| XYZ | 8.04 | 8.34 | 24.48 | - |
| YUV | 72.59 | 163.78 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 136 | 0.81 | 0.38 | 0 | 0.47 | 208.36 | 0.68 | 0.32 |
| Hex | 1A | 54 | 88 | 51 | 26 | 0 | 2F | D0 | 44 | 20 |
| Octal | 32 | 124 | 210 | 121 | 46 | 0 | 57 | 320 | 104 | 40 |
| Binary | 11010 | 1010100 | 10001000 | 1010001 | 100110 | 0 | 101111 | 11010000 | 1000100 | 100000 |
Color Harmonies of #1A5488
Complementary color
Monochromatic Colors of #1A5488
Black with #1A5488
Text Example
Text Example
White with #1A5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5488; }
p { color: rgb(26,84,136); }
H1.HeaderClassName
{
color: #1A5488;
}
.AnyTagClassName
{
color: #1A5488;
}
</style>
background-color css
<style>
a { background-color: #1A5488; }
a { background-color: rgb(26,84,136); }
div.DivClassName
{
background-color: #1A5488;
}
.BgClassName
{
background-color: #1A5488;
}
</style>
border-color css
<style>
span { border-color: #1A5488; }
span { border-color: rgb(26,84,136); }
td.TdClassName
{
border-color: #1A5488;
}
.TagClassName
{
border-color: #1A5488;
}
</style>