Shades of Bahama Blue #1F5378
Tints of Bahama Blue #1F5378
RGB
CMYK
RGB Variations
Color information
#1F5378 (or 0x1F5378) is known color: Bahama Blue. HEX triplet: 1F, 53 and 78. RGB value is (31,83,120). Sum of RGB (Red+Green+Blue) = 31+83+120=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F5378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5378 is #E0AC87. Grayscale: #474747. Windows color (decimal): -14724232 or 7885599. OLE color: 7885599.
HSL color Cylindrical-coordinate representation of color #1F5378: hue angle of 204.94º 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 #1F5378 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 83 | 120 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.53 |
| HSL | 204.94º | 0.59% | 0.3% | - |
| HSV(B) | 204.94º | 0.74% | 0.47% | - |
| XYZ | 7.05 | 7.83 | 18.91 | - |
| YUV | 71.67 | 155.27 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 120 | 0.74 | 0.31 | 0 | 0.53 | 204.94 | 0.59 | 0.3 |
| Hex | 1F | 53 | 78 | 4A | 1F | 0 | 35 | CD | 3B | 1E |
| Octal | 37 | 123 | 170 | 112 | 37 | 0 | 65 | 315 | 73 | 36 |
| Binary | 11111 | 1010011 | 1111000 | 1001010 | 11111 | 0 | 110101 | 11001101 | 111011 | 11110 |
Color Harmonies of #1F5378
Complementary color
Monochromatic Colors of #1F5378
Black with #1F5378
Text Example
Text Example
White with #1F5378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5378; }
p { color: rgb(31,83,120); }
H1.HeaderClassName
{
color: #1F5378;
}
.AnyTagClassName
{
color: #1F5378;
}
</style>
background-color css
<style>
a { background-color: #1F5378; }
a { background-color: rgb(31,83,120); }
div.DivClassName
{
background-color: #1F5378;
}
.BgClassName
{
background-color: #1F5378;
}
</style>
border-color css
<style>
span { border-color: #1F5378; }
span { border-color: rgb(31,83,120); }
td.TdClassName
{
border-color: #1F5378;
}
.TagClassName
{
border-color: #1F5378;
}
</style>