Shades of Bahama Blue #1F608A
Tints of Bahama Blue #1F608A
RGB
CMYK
RGB Variations
Color information
#1F608A (or 0x1F608A) is known color: Bahama Blue. HEX triplet: 1F, 60 and 8A. RGB value is (31,96,138). Sum of RGB (Red+Green+Blue) = 31+96+138=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F608A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F608A is #E09F75. Grayscale: #515151. Windows color (decimal): -14720886 or 9068575. OLE color: 9068575.
HSL color Cylindrical-coordinate representation of color #1F608A: hue angle of 203.55º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F608A is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 96 | 138 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.46 |
| HSL | 203.55º | 0.63% | 0.33% | - |
| HSV(B) | 203.55º | 0.78% | 0.54% | - |
| XYZ | 9.34 | 10.49 | 25.58 | - |
| YUV | 81.35 | 159.97 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 138 | 0.78 | 0.30 | 0 | 0.46 | 203.55 | 0.63 | 0.33 |
| Hex | 1F | 60 | 8A | 4E | 1E | 0 | 2E | CC | 3F | 21 |
| Octal | 37 | 140 | 212 | 116 | 36 | 0 | 56 | 314 | 77 | 41 |
| Binary | 11111 | 1100000 | 10001010 | 1001110 | 11110 | 0 | 101110 | 11001100 | 111111 | 100001 |
Color Harmonies of #1F608A
Complementary color
Monochromatic Colors of #1F608A
Black with #1F608A
Text Example
Text Example
White with #1F608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F608A; }
p { color: rgb(31,96,138); }
H1.HeaderClassName
{
color: #1F608A;
}
.AnyTagClassName
{
color: #1F608A;
}
</style>
background-color css
<style>
a { background-color: #1F608A; }
a { background-color: rgb(31,96,138); }
div.DivClassName
{
background-color: #1F608A;
}
.BgClassName
{
background-color: #1F608A;
}
</style>
border-color css
<style>
span { border-color: #1F608A; }
span { border-color: rgb(31,96,138); }
td.TdClassName
{
border-color: #1F608A;
}
.TagClassName
{
border-color: #1F608A;
}
</style>