Shades of Bahama Blue #1A5D88
Tints of Bahama Blue #1A5D88
RGB
CMYK
RGB Variations
Color information
#1A5D88 (or 0x1A5D88) is known color: Bahama Blue. HEX triplet: 1A, 5D and 88. RGB value is (26,93,136). Sum of RGB (Red+Green+Blue) = 26+93+136=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A5D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5D88 is #E5A277. Grayscale: #4D4D4D. Windows color (decimal): -15049336 or 8936730. OLE color: 8936730.
HSL color Cylindrical-coordinate representation of color #1A5D88: hue angle of 203.45º 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 #1A5D88 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 93 | 136 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.47 |
| HSL | 203.45º | 0.68% | 0.32% | - |
| HSV(B) | 203.45º | 0.81% | 0.53% | - |
| XYZ | 8.78 | 9.83 | 24.73 | - |
| YUV | 77.87 | 160.8 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 136 | 0.81 | 0.32 | 0 | 0.47 | 203.45 | 0.68 | 0.32 |
| Hex | 1A | 5D | 88 | 51 | 20 | 0 | 2F | CB | 44 | 20 |
| Octal | 32 | 135 | 210 | 121 | 40 | 0 | 57 | 313 | 104 | 40 |
| Binary | 11010 | 1011101 | 10001000 | 1010001 | 100000 | 0 | 101111 | 11001011 | 1000100 | 100000 |
Color Harmonies of #1A5D88
Complementary color
Monochromatic Colors of #1A5D88
Black with #1A5D88
Text Example
Text Example
White with #1A5D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5D88; }
p { color: rgb(26,93,136); }
H1.HeaderClassName
{
color: #1A5D88;
}
.AnyTagClassName
{
color: #1A5D88;
}
</style>
background-color css
<style>
a { background-color: #1A5D88; }
a { background-color: rgb(26,93,136); }
div.DivClassName
{
background-color: #1A5D88;
}
.BgClassName
{
background-color: #1A5D88;
}
</style>
border-color css
<style>
span { border-color: #1A5D88; }
span { border-color: rgb(26,93,136); }
td.TdClassName
{
border-color: #1A5D88;
}
.TagClassName
{
border-color: #1A5D88;
}
</style>