Shades of Bahama Blue #1C5788
Tints of Bahama Blue #1C5788
RGB
CMYK
RGB Variations
Color information
#1C5788 (or 0x1C5788) is known color: Bahama Blue. HEX triplet: 1C, 57 and 88. RGB value is (28,87,136). Sum of RGB (Red+Green+Blue) = 28+87+136=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #1C5788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5788 is #E3A877. Grayscale: #4A4A4A. Windows color (decimal): -14919800 or 8935196. OLE color: 8935196.
HSL color Cylindrical-coordinate representation of color #1C5788: hue angle of 207.22º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C5788 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 28 | 87 | 136 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.47 |
| HSL | 207.22º | 0.66% | 0.32% | - |
| HSV(B) | 207.22º | 0.79% | 0.53% | - |
| XYZ | 8.33 | 8.84 | 24.56 | - |
| YUV | 74.95 | 162.45 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 87 | 136 | 0.79 | 0.36 | 0 | 0.47 | 207.22 | 0.66 | 0.32 |
| Hex | 1C | 57 | 88 | 4F | 24 | 0 | 2F | CF | 42 | 20 |
| Octal | 34 | 127 | 210 | 117 | 44 | 0 | 57 | 317 | 102 | 40 |
| Binary | 11100 | 1010111 | 10001000 | 1001111 | 100100 | 0 | 101111 | 11001111 | 1000010 | 100000 |
Color Harmonies of #1C5788
Complementary color
Monochromatic Colors of #1C5788
Black with #1C5788
Text Example
Text Example
White with #1C5788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5788; }
p { color: rgb(28,87,136); }
H1.HeaderClassName
{
color: #1C5788;
}
.AnyTagClassName
{
color: #1C5788;
}
</style>
background-color css
<style>
a { background-color: #1C5788; }
a { background-color: rgb(28,87,136); }
div.DivClassName
{
background-color: #1C5788;
}
.BgClassName
{
background-color: #1C5788;
}
</style>
border-color css
<style>
span { border-color: #1C5788; }
span { border-color: rgb(28,87,136); }
td.TdClassName
{
border-color: #1C5788;
}
.TagClassName
{
border-color: #1C5788;
}
</style>