Shades of Bahama Blue #1F557F
Tints of Bahama Blue #1F557F
RGB
CMYK
RGB Variations
Color information
#1F557F (or 0x1F557F) is known color: Bahama Blue. HEX triplet: 1F, 55 and 7F. RGB value is (31,85,127). Sum of RGB (Red+Green+Blue) = 31+85+127=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F557F is #E0AA80. Grayscale: #494949. Windows color (decimal): -14723713 or 8344863. OLE color: 8344863.
HSL color Cylindrical-coordinate representation of color #1F557F: hue angle of 206.25º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F557F is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 85 | 127 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.50 |
| HSL | 206.25º | 0.61% | 0.31% | - |
| HSV(B) | 206.25º | 0.76% | 0.5% | - |
| XYZ | 7.64 | 8.32 | 21.28 | - |
| YUV | 73.64 | 158.11 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 127 | 0.76 | 0.33 | 0 | 0.50 | 206.25 | 0.61 | 0.31 |
| Hex | 1F | 55 | 7F | 4C | 21 | 0 | 32 | CE | 3D | 1F |
| Octal | 37 | 125 | 177 | 114 | 41 | 0 | 62 | 316 | 75 | 37 |
| Binary | 11111 | 1010101 | 1111111 | 1001100 | 100001 | 0 | 110010 | 11001110 | 111101 | 11111 |
Color Harmonies of #1F557F
Complementary color
Monochromatic Colors of #1F557F
Black with #1F557F
Text Example
Text Example
White with #1F557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F557F; }
p { color: rgb(31,85,127); }
H1.HeaderClassName
{
color: #1F557F;
}
.AnyTagClassName
{
color: #1F557F;
}
</style>
background-color css
<style>
a { background-color: #1F557F; }
a { background-color: rgb(31,85,127); }
div.DivClassName
{
background-color: #1F557F;
}
.BgClassName
{
background-color: #1F557F;
}
</style>
border-color css
<style>
span { border-color: #1F557F; }
span { border-color: rgb(31,85,127); }
td.TdClassName
{
border-color: #1F557F;
}
.TagClassName
{
border-color: #1F557F;
}
</style>