Shades of Bahama Blue #1F527E
Tints of Bahama Blue #1F527E
RGB
CMYK
RGB Variations
Color information
#1F527E (or 0x1F527E) is known color: Bahama Blue. HEX triplet: 1F, 52 and 7E. RGB value is (31,82,126). Sum of RGB (Red+Green+Blue) = 31+82+126=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F527E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F527E is #E0AD81. Grayscale: #474747. Windows color (decimal): -14724482 or 8278559. OLE color: 8278559.
HSL color Cylindrical-coordinate representation of color #1F527E: hue angle of 207.79º 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 #1F527E is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 82 | 126 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.51 |
| HSL | 207.79º | 0.61% | 0.31% | - |
| HSV(B) | 207.79º | 0.75% | 0.49% | - |
| XYZ | 7.35 | 7.83 | 20.86 | - |
| YUV | 71.77 | 158.6 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 126 | 0.75 | 0.35 | 0 | 0.51 | 207.79 | 0.61 | 0.31 |
| Hex | 1F | 52 | 7E | 4B | 23 | 0 | 33 | D0 | 3D | 1F |
| Octal | 37 | 122 | 176 | 113 | 43 | 0 | 63 | 320 | 75 | 37 |
| Binary | 11111 | 1010010 | 1111110 | 1001011 | 100011 | 0 | 110011 | 11010000 | 111101 | 11111 |
Color Harmonies of #1F527E
Complementary color
Monochromatic Colors of #1F527E
Black with #1F527E
Text Example
Text Example
White with #1F527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F527E; }
p { color: rgb(31,82,126); }
H1.HeaderClassName
{
color: #1F527E;
}
.AnyTagClassName
{
color: #1F527E;
}
</style>
background-color css
<style>
a { background-color: #1F527E; }
a { background-color: rgb(31,82,126); }
div.DivClassName
{
background-color: #1F527E;
}
.BgClassName
{
background-color: #1F527E;
}
</style>
border-color css
<style>
span { border-color: #1F527E; }
span { border-color: rgb(31,82,126); }
td.TdClassName
{
border-color: #1F527E;
}
.TagClassName
{
border-color: #1F527E;
}
</style>