Shades of Bahama Blue #1F5479
Tints of Bahama Blue #1F5479
RGB
CMYK
RGB Variations
Color information
#1F5479 (or 0x1F5479) is known color: Bahama Blue. HEX triplet: 1F, 54 and 79. RGB value is (31,84,121). Sum of RGB (Red+Green+Blue) = 31+84+121=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F5479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5479 is #E0AB86. Grayscale: #484848. Windows color (decimal): -14723975 or 7951391. OLE color: 7951391.
HSL color Cylindrical-coordinate representation of color #1F5479: hue angle of 204.67º 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 #1F5479 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 84 | 121 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.53 |
| HSL | 204.67º | 0.59% | 0.3% | - |
| HSV(B) | 204.67º | 0.74% | 0.47% | - |
| XYZ | 7.19 | 8.01 | 19.26 | - |
| YUV | 72.37 | 155.44 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 121 | 0.74 | 0.31 | 0 | 0.53 | 204.67 | 0.59 | 0.3 |
| Hex | 1F | 54 | 79 | 4A | 1F | 0 | 35 | CD | 3B | 1E |
| Octal | 37 | 124 | 171 | 112 | 37 | 0 | 65 | 315 | 73 | 36 |
| Binary | 11111 | 1010100 | 1111001 | 1001010 | 11111 | 0 | 110101 | 11001101 | 111011 | 11110 |
Color Harmonies of #1F5479
Complementary color
Monochromatic Colors of #1F5479
Black with #1F5479
Text Example
Text Example
White with #1F5479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5479; }
p { color: rgb(31,84,121); }
H1.HeaderClassName
{
color: #1F5479;
}
.AnyTagClassName
{
color: #1F5479;
}
</style>
background-color css
<style>
a { background-color: #1F5479; }
a { background-color: rgb(31,84,121); }
div.DivClassName
{
background-color: #1F5479;
}
.BgClassName
{
background-color: #1F5479;
}
</style>
border-color css
<style>
span { border-color: #1F5479; }
span { border-color: rgb(31,84,121); }
td.TdClassName
{
border-color: #1F5479;
}
.TagClassName
{
border-color: #1F5479;
}
</style>