Shades of Bahama Blue #1F5583
Tints of Bahama Blue #1F5583
RGB
CMYK
RGB Variations
Color information
#1F5583 (or 0x1F5583) is known color: Bahama Blue. HEX triplet: 1F, 55 and 83. RGB value is (31,85,131). Sum of RGB (Red+Green+Blue) = 31+85+131=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #1F5583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5583 is #E0AA7C. Grayscale: #494949. Windows color (decimal): -14723709 or 8607007. OLE color: 8607007.
HSL color Cylindrical-coordinate representation of color #1F5583: hue angle of 207.6º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F5583 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 85 | 131 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.49 |
| HSL | 207.6º | 0.62% | 0.32% | - |
| HSV(B) | 207.6º | 0.76% | 0.51% | - |
| XYZ | 7.91 | 8.43 | 22.68 | - |
| YUV | 74.1 | 160.11 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 131 | 0.76 | 0.35 | 0 | 0.49 | 207.6 | 0.62 | 0.32 |
| Hex | 1F | 55 | 83 | 4C | 23 | 0 | 31 | D0 | 3E | 20 |
| Octal | 37 | 125 | 203 | 114 | 43 | 0 | 61 | 320 | 76 | 40 |
| Binary | 11111 | 1010101 | 10000011 | 1001100 | 100011 | 0 | 110001 | 11010000 | 111110 | 100000 |
Color Harmonies of #1F5583
Complementary color
Monochromatic Colors of #1F5583
Black with #1F5583
Text Example
Text Example
White with #1F5583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5583; }
p { color: rgb(31,85,131); }
H1.HeaderClassName
{
color: #1F5583;
}
.AnyTagClassName
{
color: #1F5583;
}
</style>
background-color css
<style>
a { background-color: #1F5583; }
a { background-color: rgb(31,85,131); }
div.DivClassName
{
background-color: #1F5583;
}
.BgClassName
{
background-color: #1F5583;
}
</style>
border-color css
<style>
span { border-color: #1F5583; }
span { border-color: rgb(31,85,131); }
td.TdClassName
{
border-color: #1F5583;
}
.TagClassName
{
border-color: #1F5583;
}
</style>