Shades of Bahama Blue #1A5880
Tints of Bahama Blue #1A5880
RGB
CMYK
RGB Variations
Color information
#1A5880 (or 0x1A5880) is known color: Bahama Blue. HEX triplet: 1A, 58 and 80. RGB value is (26,88,128). Sum of RGB (Red+Green+Blue) = 26+88+128=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #1A5880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5880 is #E5A77F. Grayscale: #494949. Windows color (decimal): -15050624 or 8411162. OLE color: 8411162.
HSL color Cylindrical-coordinate representation of color #1A5880: hue angle of 203.53º 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 #1A5880 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 26 | 88 | 128 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.50 |
| HSL | 203.53º | 0.66% | 0.3% | - |
| HSV(B) | 203.53º | 0.8% | 0.5% | - |
| XYZ | 7.81 | 8.76 | 21.7 | - |
| YUV | 74.02 | 158.46 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 88 | 128 | 0.80 | 0.31 | 0 | 0.50 | 203.53 | 0.66 | 0.3 |
| Hex | 1A | 58 | 80 | 50 | 1F | 0 | 32 | CC | 42 | 1E |
| Octal | 32 | 130 | 200 | 120 | 37 | 0 | 62 | 314 | 102 | 36 |
| Binary | 11010 | 1011000 | 10000000 | 1010000 | 11111 | 0 | 110010 | 11001100 | 1000010 | 11110 |
Color Harmonies of #1A5880
Complementary color
Monochromatic Colors of #1A5880
Black with #1A5880
Text Example
Text Example
White with #1A5880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5880; }
p { color: rgb(26,88,128); }
H1.HeaderClassName
{
color: #1A5880;
}
.AnyTagClassName
{
color: #1A5880;
}
</style>
background-color css
<style>
a { background-color: #1A5880; }
a { background-color: rgb(26,88,128); }
div.DivClassName
{
background-color: #1A5880;
}
.BgClassName
{
background-color: #1A5880;
}
</style>
border-color css
<style>
span { border-color: #1A5880; }
span { border-color: rgb(26,88,128); }
td.TdClassName
{
border-color: #1A5880;
}
.TagClassName
{
border-color: #1A5880;
}
</style>