Shades of Bahama Blue #155A83
Tints of Bahama Blue #155A83
RGB
CMYK
RGB Variations
Color information
#155A83 (or 0x155A83) is known color: Bahama Blue. HEX triplet: 15, 5A and 83. RGB value is (21,90,131). Sum of RGB (Red+Green+Blue) = 21+90+131=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #155A83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A83 is #EAA57C. Grayscale: #494949. Windows color (decimal): -15377789 or 8608277. OLE color: 8608277.
HSL color Cylindrical-coordinate representation of color #155A83: hue angle of 202.36º 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 #155A83 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 90 | 131 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.49 |
| HSL | 202.36º | 0.72% | 0.3% | - |
| HSV(B) | 202.36º | 0.84% | 0.51% | - |
| XYZ | 8.06 | 9.11 | 22.81 | - |
| YUV | 74.04 | 160.14 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 131 | 0.84 | 0.31 | 0 | 0.49 | 202.36 | 0.72 | 0.3 |
| Hex | 15 | 5A | 83 | 54 | 1F | 0 | 31 | CA | 48 | 1E |
| Octal | 25 | 132 | 203 | 124 | 37 | 0 | 61 | 312 | 110 | 36 |
| Binary | 10101 | 1011010 | 10000011 | 1010100 | 11111 | 0 | 110001 | 11001010 | 1001000 | 11110 |
Color Harmonies of #155A83
Complementary color
Monochromatic Colors of #155A83
Black with #155A83
Text Example
Text Example
White with #155A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A83; }
p { color: rgb(21,90,131); }
H1.HeaderClassName
{
color: #155A83;
}
.AnyTagClassName
{
color: #155A83;
}
</style>
background-color css
<style>
a { background-color: #155A83; }
a { background-color: rgb(21,90,131); }
div.DivClassName
{
background-color: #155A83;
}
.BgClassName
{
background-color: #155A83;
}
</style>
border-color css
<style>
span { border-color: #155A83; }
span { border-color: rgb(21,90,131); }
td.TdClassName
{
border-color: #155A83;
}
.TagClassName
{
border-color: #155A83;
}
</style>