Shades of Bahama Blue #1A5A80
Tints of Bahama Blue #1A5A80
RGB
CMYK
RGB Variations
Color information
#1A5A80 (or 0x1A5A80) is known color: Bahama Blue. HEX triplet: 1A, 5A and 80. RGB value is (26,90,128). Sum of RGB (Red+Green+Blue) = 26+90+128=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #1A5A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5A80 is #E5A57F. Grayscale: #4A4A4A. Windows color (decimal): -15050112 or 8411674. OLE color: 8411674.
HSL color Cylindrical-coordinate representation of color #1A5A80: hue angle of 202.35º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A5A80 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 90 | 128 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.50 |
| HSL | 202.35º | 0.66% | 0.3% | - |
| HSV(B) | 202.35º | 0.8% | 0.5% | - |
| XYZ | 7.98 | 9.09 | 21.76 | - |
| YUV | 75.2 | 157.8 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 90 | 128 | 0.80 | 0.30 | 0 | 0.50 | 202.35 | 0.66 | 0.3 |
| Hex | 1A | 5A | 80 | 50 | 1E | 0 | 32 | CA | 42 | 1E |
| Octal | 32 | 132 | 200 | 120 | 36 | 0 | 62 | 312 | 102 | 36 |
| Binary | 11010 | 1011010 | 10000000 | 1010000 | 11110 | 0 | 110010 | 11001010 | 1000010 | 11110 |
Color Harmonies of #1A5A80
Complementary color
Monochromatic Colors of #1A5A80
Black with #1A5A80
Text Example
Text Example
White with #1A5A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5A80; }
p { color: rgb(26,90,128); }
H1.HeaderClassName
{
color: #1A5A80;
}
.AnyTagClassName
{
color: #1A5A80;
}
</style>
background-color css
<style>
a { background-color: #1A5A80; }
a { background-color: rgb(26,90,128); }
div.DivClassName
{
background-color: #1A5A80;
}
.BgClassName
{
background-color: #1A5A80;
}
</style>
border-color css
<style>
span { border-color: #1A5A80; }
span { border-color: rgb(26,90,128); }
td.TdClassName
{
border-color: #1A5A80;
}
.TagClassName
{
border-color: #1A5A80;
}
</style>