Shades of Bahama Blue #1B527C
Tints of Bahama Blue #1B527C
RGB
CMYK
RGB Variations
Color information
#1B527C (or 0x1B527C) is known color: Bahama Blue. HEX triplet: 1B, 52 and 7C. RGB value is (27,82,124). Sum of RGB (Red+Green+Blue) = 27+82+124=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B527C is #E4AD83. Grayscale: #464646. Windows color (decimal): -14986628 or 8147483. OLE color: 8147483.
HSL color Cylindrical-coordinate representation of color #1B527C: hue angle of 205.98º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B527C is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 82 | 124 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.51 |
| HSL | 205.98º | 0.64% | 0.3% | - |
| HSV(B) | 205.98º | 0.78% | 0.49% | - |
| XYZ | 7.11 | 7.72 | 20.18 | - |
| YUV | 70.34 | 158.28 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 124 | 0.78 | 0.34 | 0 | 0.51 | 205.98 | 0.64 | 0.3 |
| Hex | 1B | 52 | 7C | 4E | 22 | 0 | 33 | CE | 40 | 1E |
| Octal | 33 | 122 | 174 | 116 | 42 | 0 | 63 | 316 | 100 | 36 |
| Binary | 11011 | 1010010 | 1111100 | 1001110 | 100010 | 0 | 110011 | 11001110 | 1000000 | 11110 |
Color Harmonies of #1B527C
Complementary color
Monochromatic Colors of #1B527C
Black with #1B527C
Text Example
Text Example
White with #1B527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B527C; }
p { color: rgb(27,82,124); }
H1.HeaderClassName
{
color: #1B527C;
}
.AnyTagClassName
{
color: #1B527C;
}
</style>
background-color css
<style>
a { background-color: #1B527C; }
a { background-color: rgb(27,82,124); }
div.DivClassName
{
background-color: #1B527C;
}
.BgClassName
{
background-color: #1B527C;
}
</style>
border-color css
<style>
span { border-color: #1B527C; }
span { border-color: rgb(27,82,124); }
td.TdClassName
{
border-color: #1B527C;
}
.TagClassName
{
border-color: #1B527C;
}
</style>