Shades of Bahama Blue #1F5478
Tints of Bahama Blue #1F5478
RGB
CMYK
RGB Variations
Color information
#1F5478 (or 0x1F5478) is known color: Bahama Blue. HEX triplet: 1F, 54 and 78. RGB value is (31,84,120). Sum of RGB (Red+Green+Blue) = 31+84+120=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F5478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5478 is #E0AB87. Grayscale: #484848. Windows color (decimal): -14723976 or 7885855. OLE color: 7885855.
HSL color Cylindrical-coordinate representation of color #1F5478: hue angle of 204.27º 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 #1F5478 is Cyan = 0.74, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 84 | 120 | - |
| CMYK | 0.74 | 0.3 | 0 | 0.53 |
| HSL | 204.27º | 0.59% | 0.3% | - |
| HSV(B) | 204.27º | 0.74% | 0.47% | - |
| XYZ | 7.13 | 7.99 | 18.94 | - |
| YUV | 72.26 | 154.94 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 120 | 0.74 | 0.3 | 0 | 0.53 | 204.27 | 0.59 | 0.3 |
| Hex | 1F | 54 | 78 | 4A | 1E | 0 | 35 | CC | 3B | 1E |
| Octal | 37 | 124 | 170 | 112 | 36 | 0 | 65 | 314 | 73 | 36 |
| Binary | 11111 | 1010100 | 1111000 | 1001010 | 11110 | 0 | 110101 | 11001100 | 111011 | 11110 |
Color Harmonies of #1F5478
Complementary color
Monochromatic Colors of #1F5478
Black with #1F5478
Text Example
Text Example
White with #1F5478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5478; }
p { color: rgb(31,84,120); }
H1.HeaderClassName
{
color: #1F5478;
}
.AnyTagClassName
{
color: #1F5478;
}
</style>
background-color css
<style>
a { background-color: #1F5478; }
a { background-color: rgb(31,84,120); }
div.DivClassName
{
background-color: #1F5478;
}
.BgClassName
{
background-color: #1F5478;
}
</style>
border-color css
<style>
span { border-color: #1F5478; }
span { border-color: rgb(31,84,120); }
td.TdClassName
{
border-color: #1F5478;
}
.TagClassName
{
border-color: #1F5478;
}
</style>