Shades of Bahama Blue #1A5984
Tints of Bahama Blue #1A5984
RGB
CMYK
RGB Variations
Color information
#1A5984 (or 0x1A5984) is known color: Bahama Blue. HEX triplet: 1A, 59 and 84. RGB value is (26,89,132). Sum of RGB (Red+Green+Blue) = 26+89+132=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #1A5984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5984 is #E5A67B. Grayscale: #4A4A4A. Windows color (decimal): -15050364 or 8673562. OLE color: 8673562.
HSL color Cylindrical-coordinate representation of color #1A5984: hue angle of 204.34º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A5984 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 89 | 132 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.48 |
| HSL | 204.34º | 0.67% | 0.31% | - |
| HSV(B) | 204.34º | 0.8% | 0.52% | - |
| XYZ | 8.16 | 9.03 | 23.14 | - |
| YUV | 75.07 | 160.13 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 132 | 0.80 | 0.33 | 0 | 0.48 | 204.34 | 0.67 | 0.31 |
| Hex | 1A | 59 | 84 | 50 | 21 | 0 | 30 | CC | 43 | 1F |
| Octal | 32 | 131 | 204 | 120 | 41 | 0 | 60 | 314 | 103 | 37 |
| Binary | 11010 | 1011001 | 10000100 | 1010000 | 100001 | 0 | 110000 | 11001100 | 1000011 | 11111 |
Color Harmonies of #1A5984
Complementary color
Monochromatic Colors of #1A5984
Black with #1A5984
Text Example
Text Example
White with #1A5984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5984; }
p { color: rgb(26,89,132); }
H1.HeaderClassName
{
color: #1A5984;
}
.AnyTagClassName
{
color: #1A5984;
}
</style>
background-color css
<style>
a { background-color: #1A5984; }
a { background-color: rgb(26,89,132); }
div.DivClassName
{
background-color: #1A5984;
}
.BgClassName
{
background-color: #1A5984;
}
</style>
border-color css
<style>
span { border-color: #1A5984; }
span { border-color: rgb(26,89,132); }
td.TdClassName
{
border-color: #1A5984;
}
.TagClassName
{
border-color: #1A5984;
}
</style>