Shades of Bahama Blue #1F557C
Tints of Bahama Blue #1F557C
RGB
CMYK
RGB Variations
Color information
#1F557C (or 0x1F557C) is known color: Bahama Blue. HEX triplet: 1F, 55 and 7C. RGB value is (31,85,124). Sum of RGB (Red+Green+Blue) = 31+85+124=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F557C is #E0AA83. Grayscale: #494949. Windows color (decimal): -14723716 or 8148255. OLE color: 8148255.
HSL color Cylindrical-coordinate representation of color #1F557C: hue angle of 205.16º 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 #1F557C is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 85 | 124 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.51 |
| HSL | 205.16º | 0.6% | 0.3% | - |
| HSV(B) | 205.16º | 0.75% | 0.49% | - |
| XYZ | 7.45 | 8.24 | 20.27 | - |
| YUV | 73.3 | 156.61 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 124 | 0.75 | 0.31 | 0 | 0.51 | 205.16 | 0.6 | 0.3 |
| Hex | 1F | 55 | 7C | 4B | 1F | 0 | 33 | CD | 3C | 1E |
| Octal | 37 | 125 | 174 | 113 | 37 | 0 | 63 | 315 | 74 | 36 |
| Binary | 11111 | 1010101 | 1111100 | 1001011 | 11111 | 0 | 110011 | 11001101 | 111100 | 11110 |
Color Harmonies of #1F557C
Complementary color
Monochromatic Colors of #1F557C
Black with #1F557C
Text Example
Text Example
White with #1F557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F557C; }
p { color: rgb(31,85,124); }
H1.HeaderClassName
{
color: #1F557C;
}
.AnyTagClassName
{
color: #1F557C;
}
</style>
background-color css
<style>
a { background-color: #1F557C; }
a { background-color: rgb(31,85,124); }
div.DivClassName
{
background-color: #1F557C;
}
.BgClassName
{
background-color: #1F557C;
}
</style>
border-color css
<style>
span { border-color: #1F557C; }
span { border-color: rgb(31,85,124); }
td.TdClassName
{
border-color: #1F557C;
}
.TagClassName
{
border-color: #1F557C;
}
</style>