Shades of Bahama Blue #1B5178
Tints of Bahama Blue #1B5178
RGB
CMYK
RGB Variations
Color information
#1B5178 (or 0x1B5178) is known color: Bahama Blue. HEX triplet: 1B, 51 and 78. RGB value is (27,81,120). Sum of RGB (Red+Green+Blue) = 27+81+120=228 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.84% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B5178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5178 is #E4AE87. Grayscale: #454545. Windows color (decimal): -14986888 or 7885083. OLE color: 7885083.
HSL color Cylindrical-coordinate representation of color #1B5178: hue angle of 205.16º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5178 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 81 | 120 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.53 |
| HSL | 205.16º | 0.63% | 0.29% | - |
| HSV(B) | 205.16º | 0.78% | 0.47% | - |
| XYZ | 6.78 | 7.47 | 18.85 | - |
| YUV | 69.3 | 156.61 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 120 | 0.78 | 0.32 | 0 | 0.53 | 205.16 | 0.63 | 0.29 |
| Hex | 1B | 51 | 78 | 4E | 20 | 0 | 35 | CD | 3F | 1D |
| Octal | 33 | 121 | 170 | 116 | 40 | 0 | 65 | 315 | 77 | 35 |
| Binary | 11011 | 1010001 | 1111000 | 1001110 | 100000 | 0 | 110101 | 11001101 | 111111 | 11101 |
Color Harmonies of #1B5178
Complementary color
Monochromatic Colors of #1B5178
Black with #1B5178
Text Example
Text Example
White with #1B5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5178; }
p { color: rgb(27,81,120); }
H1.HeaderClassName
{
color: #1B5178;
}
.AnyTagClassName
{
color: #1B5178;
}
</style>
background-color css
<style>
a { background-color: #1B5178; }
a { background-color: rgb(27,81,120); }
div.DivClassName
{
background-color: #1B5178;
}
.BgClassName
{
background-color: #1B5178;
}
</style>
border-color css
<style>
span { border-color: #1B5178; }
span { border-color: rgb(27,81,120); }
td.TdClassName
{
border-color: #1B5178;
}
.TagClassName
{
border-color: #1B5178;
}
</style>