Shades of Bahama Blue #155C81
Tints of Bahama Blue #155C81
RGB
CMYK
RGB Variations
Color information
#155C81 (or 0x155C81) is known color: Bahama Blue. HEX triplet: 15, 5C and 81. RGB value is (21,92,129). Sum of RGB (Red+Green+Blue) = 21+92+129=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #155C81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C81 is #EAA37E. Grayscale: #4A4A4A. Windows color (decimal): -15377279 or 8477717. OLE color: 8477717.
HSL color Cylindrical-coordinate representation of color #155C81: hue angle of 200.56º 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 #155C81 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 92 | 129 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.49 |
| HSL | 200.56º | 0.72% | 0.29% | - |
| HSV(B) | 200.56º | 0.84% | 0.51% | - |
| XYZ | 8.1 | 9.4 | 22.16 | - |
| YUV | 74.99 | 158.48 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 129 | 0.84 | 0.29 | 0 | 0.49 | 200.56 | 0.72 | 0.29 |
| Hex | 15 | 5C | 81 | 54 | 1D | 0 | 31 | C9 | 48 | 1D |
| Octal | 25 | 134 | 201 | 124 | 35 | 0 | 61 | 311 | 110 | 35 |
| Binary | 10101 | 1011100 | 10000001 | 1010100 | 11101 | 0 | 110001 | 11001001 | 1001000 | 11101 |
Color Harmonies of #155C81
Complementary color
Monochromatic Colors of #155C81
Black with #155C81
Text Example
Text Example
White with #155C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C81; }
p { color: rgb(21,92,129); }
H1.HeaderClassName
{
color: #155C81;
}
.AnyTagClassName
{
color: #155C81;
}
</style>
background-color css
<style>
a { background-color: #155C81; }
a { background-color: rgb(21,92,129); }
div.DivClassName
{
background-color: #155C81;
}
.BgClassName
{
background-color: #155C81;
}
</style>
border-color css
<style>
span { border-color: #155C81; }
span { border-color: rgb(21,92,129); }
td.TdClassName
{
border-color: #155C81;
}
.TagClassName
{
border-color: #155C81;
}
</style>