Shades of Bahama Blue #1F5579
Tints of Bahama Blue #1F5579
RGB
CMYK
RGB Variations
Color information
#1F5579 (or 0x1F5579) is known color: Bahama Blue. HEX triplet: 1F, 55 and 79. RGB value is (31,85,121). Sum of RGB (Red+Green+Blue) = 31+85+121=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F5579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5579 is #E0AA86. Grayscale: #484848. Windows color (decimal): -14723719 or 7951647. OLE color: 7951647.
HSL color Cylindrical-coordinate representation of color #1F5579: hue angle of 204º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5579 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 85 | 121 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.53 |
| HSL | 204º | 0.59% | 0.3% | - |
| HSV(B) | 204º | 0.74% | 0.47% | - |
| XYZ | 7.26 | 8.17 | 19.28 | - |
| YUV | 72.96 | 155.11 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 121 | 0.74 | 0.30 | 0 | 0.53 | 204 | 0.59 | 0.3 |
| Hex | 1F | 55 | 79 | 4A | 1E | 0 | 35 | CC | 3B | 1E |
| Octal | 37 | 125 | 171 | 112 | 36 | 0 | 65 | 314 | 73 | 36 |
| Binary | 11111 | 1010101 | 1111001 | 1001010 | 11110 | 0 | 110101 | 11001100 | 111011 | 11110 |
Color Harmonies of #1F5579
Complementary color
Monochromatic Colors of #1F5579
Black with #1F5579
Text Example
Text Example
White with #1F5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5579; }
p { color: rgb(31,85,121); }
H1.HeaderClassName
{
color: #1F5579;
}
.AnyTagClassName
{
color: #1F5579;
}
</style>
background-color css
<style>
a { background-color: #1F5579; }
a { background-color: rgb(31,85,121); }
div.DivClassName
{
background-color: #1F5579;
}
.BgClassName
{
background-color: #1F5579;
}
</style>
border-color css
<style>
span { border-color: #1F5579; }
span { border-color: rgb(31,85,121); }
td.TdClassName
{
border-color: #1F5579;
}
.TagClassName
{
border-color: #1F5579;
}
</style>