Shades of Bahama Blue #1F5A82
Tints of Bahama Blue #1F5A82
RGB
CMYK
RGB Variations
Color information
#1F5A82 (or 0x1F5A82) is known color: Bahama Blue. HEX triplet: 1F, 5A and 82. RGB value is (31,90,130). Sum of RGB (Red+Green+Blue) = 31+90+130=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F5A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5A82 is #E0A57D. Grayscale: #4C4C4C. Windows color (decimal): -14722430 or 8542751. OLE color: 8542751.
HSL color Cylindrical-coordinate representation of color #1F5A82: hue angle of 204.24º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F5A82 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 90 | 130 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.49 |
| HSL | 204.24º | 0.61% | 0.32% | - |
| HSV(B) | 204.24º | 0.76% | 0.51% | - |
| XYZ | 8.25 | 9.22 | 22.46 | - |
| YUV | 76.92 | 157.95 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 90 | 130 | 0.76 | 0.31 | 0 | 0.49 | 204.24 | 0.61 | 0.32 |
| Hex | 1F | 5A | 82 | 4C | 1F | 0 | 31 | CC | 3D | 20 |
| Octal | 37 | 132 | 202 | 114 | 37 | 0 | 61 | 314 | 75 | 40 |
| Binary | 11111 | 1011010 | 10000010 | 1001100 | 11111 | 0 | 110001 | 11001100 | 111101 | 100000 |
Color Harmonies of #1F5A82
Complementary color
Monochromatic Colors of #1F5A82
Black with #1F5A82
Text Example
Text Example
White with #1F5A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5A82; }
p { color: rgb(31,90,130); }
H1.HeaderClassName
{
color: #1F5A82;
}
.AnyTagClassName
{
color: #1F5A82;
}
</style>
background-color css
<style>
a { background-color: #1F5A82; }
a { background-color: rgb(31,90,130); }
div.DivClassName
{
background-color: #1F5A82;
}
.BgClassName
{
background-color: #1F5A82;
}
</style>
border-color css
<style>
span { border-color: #1F5A82; }
span { border-color: rgb(31,90,130); }
td.TdClassName
{
border-color: #1F5A82;
}
.TagClassName
{
border-color: #1F5A82;
}
</style>