Shades of Bahama Blue #1C4D77
Tints of Bahama Blue #1C4D77
RGB
CMYK
RGB Variations
Color information
#1C4D77 (or 0x1C4D77) is known color: Bahama Blue. HEX triplet: 1C, 4D and 77. RGB value is (28,77,119). Sum of RGB (Red+Green+Blue) = 28+77+119=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C4D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4D77 is #E3B288. Grayscale: #424242. Windows color (decimal): -14922377 or 7818524. OLE color: 7818524.
HSL color Cylindrical-coordinate representation of color #1C4D77: hue angle of 207.69º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C4D77 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 77 | 119 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.53 |
| HSL | 207.69º | 0.62% | 0.29% | - |
| HSV(B) | 207.69º | 0.76% | 0.47% | - |
| XYZ | 6.46 | 6.89 | 18.44 | - |
| YUV | 67.14 | 157.27 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 77 | 119 | 0.76 | 0.35 | 0 | 0.53 | 207.69 | 0.62 | 0.29 |
| Hex | 1C | 4D | 77 | 4C | 23 | 0 | 35 | D0 | 3E | 1D |
| Octal | 34 | 115 | 167 | 114 | 43 | 0 | 65 | 320 | 76 | 35 |
| Binary | 11100 | 1001101 | 1110111 | 1001100 | 100011 | 0 | 110101 | 11010000 | 111110 | 11101 |
Color Harmonies of #1C4D77
Complementary color
Monochromatic Colors of #1C4D77
Black with #1C4D77
Text Example
Text Example
White with #1C4D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4D77; }
p { color: rgb(28,77,119); }
H1.HeaderClassName
{
color: #1C4D77;
}
.AnyTagClassName
{
color: #1C4D77;
}
</style>
background-color css
<style>
a { background-color: #1C4D77; }
a { background-color: rgb(28,77,119); }
div.DivClassName
{
background-color: #1C4D77;
}
.BgClassName
{
background-color: #1C4D77;
}
</style>
border-color css
<style>
span { border-color: #1C4D77; }
span { border-color: rgb(28,77,119); }
td.TdClassName
{
border-color: #1C4D77;
}
.TagClassName
{
border-color: #1C4D77;
}
</style>