Shades of Bahama Blue #155181
Tints of Bahama Blue #155181
RGB
CMYK
RGB Variations
Color information
#155181 (or 0x155181) is known color: Bahama Blue. HEX triplet: 15, 51 and 81. RGB value is (21,81,129). Sum of RGB (Red+Green+Blue) = 21+81+129=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #155181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155181 is #EAAE7E. Grayscale: #444444. Windows color (decimal): -15380095 or 8474901. OLE color: 8474901.
HSL color Cylindrical-coordinate representation of color #155181: hue angle of 206.67º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155181 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 81 | 129 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.49 |
| HSL | 206.67º | 0.72% | 0.29% | - |
| HSV(B) | 206.67º | 0.84% | 0.51% | - |
| XYZ | 7.21 | 7.63 | 21.86 | - |
| YUV | 68.53 | 162.12 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 129 | 0.84 | 0.37 | 0 | 0.49 | 206.67 | 0.72 | 0.29 |
| Hex | 15 | 51 | 81 | 54 | 25 | 0 | 31 | CF | 48 | 1D |
| Octal | 25 | 121 | 201 | 124 | 45 | 0 | 61 | 317 | 110 | 35 |
| Binary | 10101 | 1010001 | 10000001 | 1010100 | 100101 | 0 | 110001 | 11001111 | 1001000 | 11101 |
Color Harmonies of #155181
Complementary color
Monochromatic Colors of #155181
Black with #155181
Text Example
Text Example
White with #155181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155181; }
p { color: rgb(21,81,129); }
H1.HeaderClassName
{
color: #155181;
}
.AnyTagClassName
{
color: #155181;
}
</style>
background-color css
<style>
a { background-color: #155181; }
a { background-color: rgb(21,81,129); }
div.DivClassName
{
background-color: #155181;
}
.BgClassName
{
background-color: #155181;
}
</style>
border-color css
<style>
span { border-color: #155181; }
span { border-color: rgb(21,81,129); }
td.TdClassName
{
border-color: #155181;
}
.TagClassName
{
border-color: #155181;
}
</style>