Shades of Bahama Blue #1F537C
Tints of Bahama Blue #1F537C
RGB
CMYK
RGB Variations
Color information
#1F537C (or 0x1F537C) is known color: Bahama Blue. HEX triplet: 1F, 53 and 7C. RGB value is (31,83,124). Sum of RGB (Red+Green+Blue) = 31+83+124=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F537C is #E0AC83. Grayscale: #474747. Windows color (decimal): -14724228 or 8147743. OLE color: 8147743.
HSL color Cylindrical-coordinate representation of color #1F537C: hue angle of 206.45º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F537C is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 83 | 124 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.51 |
| HSL | 206.45º | 0.6% | 0.3% | - |
| HSV(B) | 206.45º | 0.75% | 0.49% | - |
| XYZ | 7.3 | 7.93 | 20.22 | - |
| YUV | 72.13 | 157.27 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 124 | 0.75 | 0.33 | 0 | 0.51 | 206.45 | 0.6 | 0.3 |
| Hex | 1F | 53 | 7C | 4B | 21 | 0 | 33 | CE | 3C | 1E |
| Octal | 37 | 123 | 174 | 113 | 41 | 0 | 63 | 316 | 74 | 36 |
| Binary | 11111 | 1010011 | 1111100 | 1001011 | 100001 | 0 | 110011 | 11001110 | 111100 | 11110 |
Color Harmonies of #1F537C
Complementary color
Monochromatic Colors of #1F537C
Black with #1F537C
Text Example
Text Example
White with #1F537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F537C; }
p { color: rgb(31,83,124); }
H1.HeaderClassName
{
color: #1F537C;
}
.AnyTagClassName
{
color: #1F537C;
}
</style>
background-color css
<style>
a { background-color: #1F537C; }
a { background-color: rgb(31,83,124); }
div.DivClassName
{
background-color: #1F537C;
}
.BgClassName
{
background-color: #1F537C;
}
</style>
border-color css
<style>
span { border-color: #1F537C; }
span { border-color: rgb(31,83,124); }
td.TdClassName
{
border-color: #1F537C;
}
.TagClassName
{
border-color: #1F537C;
}
</style>