Shades of Bahama Blue #155B83
Tints of Bahama Blue #155B83
RGB
CMYK
RGB Variations
Color information
#155B83 (or 0x155B83) is known color: Bahama Blue. HEX triplet: 15, 5B and 83. RGB value is (21,91,131). Sum of RGB (Red+Green+Blue) = 21+91+131=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #155B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B83 is #EAA47C. Grayscale: #4A4A4A. Windows color (decimal): -15377533 or 8608533. OLE color: 8608533.
HSL color Cylindrical-coordinate representation of color #155B83: hue angle of 201.82º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155B83 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 91 | 131 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.49 |
| HSL | 201.82º | 0.72% | 0.3% | - |
| HSV(B) | 201.82º | 0.84% | 0.51% | - |
| XYZ | 8.15 | 9.28 | 22.83 | - |
| YUV | 74.63 | 159.81 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 131 | 0.84 | 0.31 | 0 | 0.49 | 201.82 | 0.72 | 0.3 |
| Hex | 15 | 5B | 83 | 54 | 1F | 0 | 31 | CA | 48 | 1E |
| Octal | 25 | 133 | 203 | 124 | 37 | 0 | 61 | 312 | 110 | 36 |
| Binary | 10101 | 1011011 | 10000011 | 1010100 | 11111 | 0 | 110001 | 11001010 | 1001000 | 11110 |
Color Harmonies of #155B83
Complementary color
Monochromatic Colors of #155B83
Black with #155B83
Text Example
Text Example
White with #155B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B83; }
p { color: rgb(21,91,131); }
H1.HeaderClassName
{
color: #155B83;
}
.AnyTagClassName
{
color: #155B83;
}
</style>
background-color css
<style>
a { background-color: #155B83; }
a { background-color: rgb(21,91,131); }
div.DivClassName
{
background-color: #155B83;
}
.BgClassName
{
background-color: #155B83;
}
</style>
border-color css
<style>
span { border-color: #155B83; }
span { border-color: rgb(21,91,131); }
td.TdClassName
{
border-color: #155B83;
}
.TagClassName
{
border-color: #155B83;
}
</style>