Shades of Bahama Blue #1F487A
Tints of Bahama Blue #1F487A
RGB
CMYK
RGB Variations
Color information
#1F487A (or 0x1F487A) is known color: Bahama Blue. HEX triplet: 1F, 48 and 7A. RGB value is (31,72,122). Sum of RGB (Red+Green+Blue) = 31+72+122=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F487A is #E0B785. Grayscale: #414141. Windows color (decimal): -14727046 or 8013855. OLE color: 8013855.
HSL color Cylindrical-coordinate representation of color #1F487A: hue angle of 212.97º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F487A is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 72 | 122 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.52 |
| HSL | 212.97º | 0.59% | 0.3% | - |
| HSV(B) | 212.97º | 0.75% | 0.48% | - |
| XYZ | 6.4 | 6.33 | 19.3 | - |
| YUV | 65.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 122 | 0.75 | 0.41 | 0 | 0.52 | 212.97 | 0.59 | 0.3 |
| Hex | 1F | 48 | 7A | 4B | 29 | 0 | 34 | D5 | 3B | 1E |
| Octal | 37 | 110 | 172 | 113 | 51 | 0 | 64 | 325 | 73 | 36 |
| Binary | 11111 | 1001000 | 1111010 | 1001011 | 101001 | 0 | 110100 | 11010101 | 111011 | 11110 |
Color Harmonies of #1F487A
Complementary color
Monochromatic Colors of #1F487A
Black with #1F487A
Text Example
Text Example
White with #1F487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F487A; }
p { color: rgb(31,72,122); }
H1.HeaderClassName
{
color: #1F487A;
}
.AnyTagClassName
{
color: #1F487A;
}
</style>
background-color css
<style>
a { background-color: #1F487A; }
a { background-color: rgb(31,72,122); }
div.DivClassName
{
background-color: #1F487A;
}
.BgClassName
{
background-color: #1F487A;
}
</style>
border-color css
<style>
span { border-color: #1F487A; }
span { border-color: rgb(31,72,122); }
td.TdClassName
{
border-color: #1F487A;
}
.TagClassName
{
border-color: #1F487A;
}
</style>