Shades of Bahama Blue #1F517E
Tints of Bahama Blue #1F517E
RGB
CMYK
RGB Variations
Color information
#1F517E (or 0x1F517E) is known color: Bahama Blue. HEX triplet: 1F, 51 and 7E. RGB value is (31,81,126). Sum of RGB (Red+Green+Blue) = 31+81+126=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 126 (49.61% from 255 or 52.94% from 238); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F517E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F517E is #E0AE81. Grayscale: #464646. Windows color (decimal): -14724738 or 8278303. OLE color: 8278303.
HSL color Cylindrical-coordinate representation of color #1F517E: hue angle of 208.42º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F517E is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 81 | 126 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.51 |
| HSL | 208.42º | 0.61% | 0.31% | - |
| HSV(B) | 208.42º | 0.75% | 0.49% | - |
| XYZ | 7.27 | 7.68 | 20.84 | - |
| YUV | 71.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 126 | 0.75 | 0.36 | 0 | 0.51 | 208.42 | 0.61 | 0.31 |
| Hex | 1F | 51 | 7E | 4B | 24 | 0 | 33 | D0 | 3D | 1F |
| Octal | 37 | 121 | 176 | 113 | 44 | 0 | 63 | 320 | 75 | 37 |
| Binary | 11111 | 1010001 | 1111110 | 1001011 | 100100 | 0 | 110011 | 11010000 | 111101 | 11111 |
Color Harmonies of #1F517E
Complementary color
Monochromatic Colors of #1F517E
Black with #1F517E
Text Example
Text Example
White with #1F517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F517E; }
p { color: rgb(31,81,126); }
H1.HeaderClassName
{
color: #1F517E;
}
.AnyTagClassName
{
color: #1F517E;
}
</style>
background-color css
<style>
a { background-color: #1F517E; }
a { background-color: rgb(31,81,126); }
div.DivClassName
{
background-color: #1F517E;
}
.BgClassName
{
background-color: #1F517E;
}
</style>
border-color css
<style>
span { border-color: #1F517E; }
span { border-color: rgb(31,81,126); }
td.TdClassName
{
border-color: #1F517E;
}
.TagClassName
{
border-color: #1F517E;
}
</style>