Shades of Bahama Blue #1F5E88
Tints of Bahama Blue #1F5E88
RGB
CMYK
RGB Variations
Color information
#1F5E88 (or 0x1F5E88) is known color: Bahama Blue. HEX triplet: 1F, 5E and 88. RGB value is (31,94,136). Sum of RGB (Red+Green+Blue) = 31+94+136=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F5E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5E88 is #E0A177. Grayscale: #4F4F4F. Windows color (decimal): -14721400 or 8936991. OLE color: 8936991.
HSL color Cylindrical-coordinate representation of color #1F5E88: hue angle of 204º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F5E88 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 94 | 136 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.47 |
| HSL | 204º | 0.63% | 0.33% | - |
| HSV(B) | 204º | 0.77% | 0.53% | - |
| XYZ | 9.01 | 10.07 | 24.76 | - |
| YUV | 79.95 | 159.63 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 136 | 0.77 | 0.31 | 0 | 0.47 | 204 | 0.63 | 0.33 |
| Hex | 1F | 5E | 88 | 4D | 1F | 0 | 2F | CC | 3F | 21 |
| Octal | 37 | 136 | 210 | 115 | 37 | 0 | 57 | 314 | 77 | 41 |
| Binary | 11111 | 1011110 | 10001000 | 1001101 | 11111 | 0 | 101111 | 11001100 | 111111 | 100001 |
Color Harmonies of #1F5E88
Complementary color
Monochromatic Colors of #1F5E88
Black with #1F5E88
Text Example
Text Example
White with #1F5E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5E88; }
p { color: rgb(31,94,136); }
H1.HeaderClassName
{
color: #1F5E88;
}
.AnyTagClassName
{
color: #1F5E88;
}
</style>
background-color css
<style>
a { background-color: #1F5E88; }
a { background-color: rgb(31,94,136); }
div.DivClassName
{
background-color: #1F5E88;
}
.BgClassName
{
background-color: #1F5E88;
}
</style>
border-color css
<style>
span { border-color: #1F5E88; }
span { border-color: rgb(31,94,136); }
td.TdClassName
{
border-color: #1F5E88;
}
.TagClassName
{
border-color: #1F5E88;
}
</style>