Shades of Bahama Blue #1C4C75
Tints of Bahama Blue #1C4C75
RGB
CMYK
RGB Variations
Color information
#1C4C75 (or 0x1C4C75) is known color: Bahama Blue. HEX triplet: 1C, 4C and 75. RGB value is (28,76,117). Sum of RGB (Red+Green+Blue) = 28+76+117=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #1C4C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4C75 is #E3B38A. Grayscale: #424242. Windows color (decimal): -14922635 or 7687196. OLE color: 7687196.
HSL color Cylindrical-coordinate representation of color #1C4C75: hue angle of 207.64º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C4C75 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 76 | 117 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.54 |
| HSL | 207.64º | 0.61% | 0.28% | - |
| HSV(B) | 207.64º | 0.76% | 0.46% | - |
| XYZ | 6.27 | 6.7 | 17.79 | - |
| YUV | 66.32 | 156.6 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 117 | 0.76 | 0.35 | 0 | 0.54 | 207.64 | 0.61 | 0.28 |
| Hex | 1C | 4C | 75 | 4C | 23 | 0 | 36 | D0 | 3D | 1C |
| Octal | 34 | 114 | 165 | 114 | 43 | 0 | 66 | 320 | 75 | 34 |
| Binary | 11100 | 1001100 | 1110101 | 1001100 | 100011 | 0 | 110110 | 11010000 | 111101 | 11100 |
Color Harmonies of #1C4C75
Complementary color
Monochromatic Colors of #1C4C75
Black with #1C4C75
Text Example
Text Example
White with #1C4C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4C75; }
p { color: rgb(28,76,117); }
H1.HeaderClassName
{
color: #1C4C75;
}
.AnyTagClassName
{
color: #1C4C75;
}
</style>
background-color css
<style>
a { background-color: #1C4C75; }
a { background-color: rgb(28,76,117); }
div.DivClassName
{
background-color: #1C4C75;
}
.BgClassName
{
background-color: #1C4C75;
}
</style>
border-color css
<style>
span { border-color: #1C4C75; }
span { border-color: rgb(28,76,117); }
td.TdClassName
{
border-color: #1C4C75;
}
.TagClassName
{
border-color: #1C4C75;
}
</style>