Shades of Bahama Blue #1C5084
Tints of Bahama Blue #1C5084
RGB
CMYK
RGB Variations
Color information
#1C5084 (or 0x1C5084) is known color: Bahama Blue. HEX triplet: 1C, 50 and 84. RGB value is (28,80,132). Sum of RGB (Red+Green+Blue) = 28+80+132=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C5084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C5084 is #E3AF7B. Grayscale: #464646. Windows color (decimal): -14921596 or 8671260. OLE color: 8671260.
HSL color Cylindrical-coordinate representation of color #1C5084: hue angle of 210º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C5084 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 28 | 80 | 132 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.48 |
| HSL | 210º | 0.65% | 0.31% | - |
| HSV(B) | 210º | 0.79% | 0.52% | - |
| XYZ | 7.51 | 7.65 | 22.91 | - |
| YUV | 70.38 | 162.77 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 80 | 132 | 0.79 | 0.39 | 0 | 0.48 | 210 | 0.65 | 0.31 |
| Hex | 1C | 50 | 84 | 4F | 27 | 0 | 30 | D2 | 41 | 1F |
| Octal | 34 | 120 | 204 | 117 | 47 | 0 | 60 | 322 | 101 | 37 |
| Binary | 11100 | 1010000 | 10000100 | 1001111 | 100111 | 0 | 110000 | 11010010 | 1000001 | 11111 |
Color Harmonies of #1C5084
Complementary color
Monochromatic Colors of #1C5084
Black with #1C5084
Text Example
Text Example
White with #1C5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5084; }
p { color: rgb(28,80,132); }
H1.HeaderClassName
{
color: #1C5084;
}
.AnyTagClassName
{
color: #1C5084;
}
</style>
background-color css
<style>
a { background-color: #1C5084; }
a { background-color: rgb(28,80,132); }
div.DivClassName
{
background-color: #1C5084;
}
.BgClassName
{
background-color: #1C5084;
}
</style>
border-color css
<style>
span { border-color: #1C5084; }
span { border-color: rgb(28,80,132); }
td.TdClassName
{
border-color: #1C5084;
}
.TagClassName
{
border-color: #1C5084;
}
</style>