Shades of Bahama Blue #1B5C84
Tints of Bahama Blue #1B5C84
RGB
CMYK
RGB Variations
Color information
#1B5C84 (or 0x1B5C84) is known color: Bahama Blue. HEX triplet: 1B, 5C and 84. RGB value is (27,92,132). Sum of RGB (Red+Green+Blue) = 27+92+132=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #1B5C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5C84 is #E4A37B. Grayscale: #4C4C4C. Windows color (decimal): -14984060 or 8674331. OLE color: 8674331.
HSL color Cylindrical-coordinate representation of color #1B5C84: hue angle of 202.86º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B5C84 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 92 | 132 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.48 |
| HSL | 202.86º | 0.66% | 0.31% | - |
| HSV(B) | 202.86º | 0.8% | 0.52% | - |
| XYZ | 8.44 | 9.55 | 23.23 | - |
| YUV | 77.13 | 158.97 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 132 | 0.80 | 0.30 | 0 | 0.48 | 202.86 | 0.66 | 0.31 |
| Hex | 1B | 5C | 84 | 50 | 1E | 0 | 30 | CB | 42 | 1F |
| Octal | 33 | 134 | 204 | 120 | 36 | 0 | 60 | 313 | 102 | 37 |
| Binary | 11011 | 1011100 | 10000100 | 1010000 | 11110 | 0 | 110000 | 11001011 | 1000010 | 11111 |
Color Harmonies of #1B5C84
Complementary color
Monochromatic Colors of #1B5C84
Black with #1B5C84
Text Example
Text Example
White with #1B5C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5C84; }
p { color: rgb(27,92,132); }
H1.HeaderClassName
{
color: #1B5C84;
}
.AnyTagClassName
{
color: #1B5C84;
}
</style>
background-color css
<style>
a { background-color: #1B5C84; }
a { background-color: rgb(27,92,132); }
div.DivClassName
{
background-color: #1B5C84;
}
.BgClassName
{
background-color: #1B5C84;
}
</style>
border-color css
<style>
span { border-color: #1B5C84; }
span { border-color: rgb(27,92,132); }
td.TdClassName
{
border-color: #1B5C84;
}
.TagClassName
{
border-color: #1B5C84;
}
</style>