Shades of Bahama Blue #155D81
Tints of Bahama Blue #155D81
RGB
CMYK
RGB Variations
Color information
#155D81 (or 0x155D81) is known color: Bahama Blue. HEX triplet: 15, 5D and 81. RGB value is (21,93,129). Sum of RGB (Red+Green+Blue) = 21+93+129=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #155D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D81 is #EAA27E. Grayscale: #4B4B4B. Windows color (decimal): -15377023 or 8477973. OLE color: 8477973.
HSL color Cylindrical-coordinate representation of color #155D81: hue angle of 200º 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 #155D81 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 93 | 129 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.49 |
| HSL | 200º | 0.72% | 0.29% | - |
| HSV(B) | 200º | 0.84% | 0.51% | - |
| XYZ | 8.19 | 9.57 | 22.19 | - |
| YUV | 75.58 | 158.15 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 129 | 0.84 | 0.28 | 0 | 0.49 | 200 | 0.72 | 0.29 |
| Hex | 15 | 5D | 81 | 54 | 1C | 0 | 31 | C8 | 48 | 1D |
| Octal | 25 | 135 | 201 | 124 | 34 | 0 | 61 | 310 | 110 | 35 |
| Binary | 10101 | 1011101 | 10000001 | 1010100 | 11100 | 0 | 110001 | 11001000 | 1001000 | 11101 |
Color Harmonies of #155D81
Complementary color
Monochromatic Colors of #155D81
Black with #155D81
Text Example
Text Example
White with #155D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D81; }
p { color: rgb(21,93,129); }
H1.HeaderClassName
{
color: #155D81;
}
.AnyTagClassName
{
color: #155D81;
}
</style>
background-color css
<style>
a { background-color: #155D81; }
a { background-color: rgb(21,93,129); }
div.DivClassName
{
background-color: #155D81;
}
.BgClassName
{
background-color: #155D81;
}
</style>
border-color css
<style>
span { border-color: #155D81; }
span { border-color: rgb(21,93,129); }
td.TdClassName
{
border-color: #155D81;
}
.TagClassName
{
border-color: #155D81;
}
</style>