Shades of Bahama Blue #1F5077
Tints of Bahama Blue #1F5077
RGB
CMYK
RGB Variations
Color information
#1F5077 (or 0x1F5077) is known color: Bahama Blue. HEX triplet: 1F, 50 and 77. RGB value is (31,80,119). Sum of RGB (Red+Green+Blue) = 31+80+119=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F5077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5077 is #E0AF88. Grayscale: #454545. Windows color (decimal): -14725001 or 7819295. OLE color: 7819295.
HSL color Cylindrical-coordinate representation of color #1F5077: hue angle of 206.59º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5077 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 80 | 119 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.53 |
| HSL | 206.59º | 0.59% | 0.29% | - |
| HSV(B) | 206.59º | 0.74% | 0.47% | - |
| XYZ | 6.76 | 7.36 | 18.52 | - |
| YUV | 69.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 119 | 0.74 | 0.33 | 0 | 0.53 | 206.59 | 0.59 | 0.29 |
| Hex | 1F | 50 | 77 | 4A | 21 | 0 | 35 | CF | 3B | 1D |
| Octal | 37 | 120 | 167 | 112 | 41 | 0 | 65 | 317 | 73 | 35 |
| Binary | 11111 | 1010000 | 1110111 | 1001010 | 100001 | 0 | 110101 | 11001111 | 111011 | 11101 |
Color Harmonies of #1F5077
Complementary color
Monochromatic Colors of #1F5077
Black with #1F5077
Text Example
Text Example
White with #1F5077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5077; }
p { color: rgb(31,80,119); }
H1.HeaderClassName
{
color: #1F5077;
}
.AnyTagClassName
{
color: #1F5077;
}
</style>
background-color css
<style>
a { background-color: #1F5077; }
a { background-color: rgb(31,80,119); }
div.DivClassName
{
background-color: #1F5077;
}
.BgClassName
{
background-color: #1F5077;
}
</style>
border-color css
<style>
span { border-color: #1F5077; }
span { border-color: rgb(31,80,119); }
td.TdClassName
{
border-color: #1F5077;
}
.TagClassName
{
border-color: #1F5077;
}
</style>