Shades of Bahama Blue #1A5485
Tints of Bahama Blue #1A5485
RGB
CMYK
RGB Variations
Color information
#1A5485 (or 0x1A5485) is known color: Bahama Blue. HEX triplet: 1A, 54 and 85. RGB value is (26,84,133). Sum of RGB (Red+Green+Blue) = 26+84+133=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A5485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5485 is #E5AB7A. Grayscale: #474747. Windows color (decimal): -15051643 or 8737818. OLE color: 8737818.
HSL color Cylindrical-coordinate representation of color #1A5485: hue angle of 207.48º 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 #1A5485 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 84 | 133 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.48 |
| HSL | 207.48º | 0.67% | 0.31% | - |
| HSV(B) | 207.48º | 0.8% | 0.52% | - |
| XYZ | 7.83 | 8.25 | 23.37 | - |
| YUV | 72.24 | 162.28 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 133 | 0.80 | 0.37 | 0 | 0.48 | 207.48 | 0.67 | 0.31 |
| Hex | 1A | 54 | 85 | 50 | 25 | 0 | 30 | CF | 43 | 1F |
| Octal | 32 | 124 | 205 | 120 | 45 | 0 | 60 | 317 | 103 | 37 |
| Binary | 11010 | 1010100 | 10000101 | 1010000 | 100101 | 0 | 110000 | 11001111 | 1000011 | 11111 |
Color Harmonies of #1A5485
Complementary color
Monochromatic Colors of #1A5485
Black with #1A5485
Text Example
Text Example
White with #1A5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5485; }
p { color: rgb(26,84,133); }
H1.HeaderClassName
{
color: #1A5485;
}
.AnyTagClassName
{
color: #1A5485;
}
</style>
background-color css
<style>
a { background-color: #1A5485; }
a { background-color: rgb(26,84,133); }
div.DivClassName
{
background-color: #1A5485;
}
.BgClassName
{
background-color: #1A5485;
}
</style>
border-color css
<style>
span { border-color: #1A5485; }
span { border-color: rgb(26,84,133); }
td.TdClassName
{
border-color: #1A5485;
}
.TagClassName
{
border-color: #1A5485;
}
</style>