Shades of Bahama Blue #155783
Tints of Bahama Blue #155783
RGB
CMYK
RGB Variations
Color information
#155783 (or 0x155783) is known color: Bahama Blue. HEX triplet: 15, 57 and 83. RGB value is (21,87,131). Sum of RGB (Red+Green+Blue) = 21+87+131=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #155783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155783 is #EAA87C. Grayscale: #484848. Windows color (decimal): -15378557 or 8607509. OLE color: 8607509.
HSL color Cylindrical-coordinate representation of color #155783: hue angle of 204º 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 #155783 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 87 | 131 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.49 |
| HSL | 204º | 0.72% | 0.3% | - |
| HSV(B) | 204º | 0.84% | 0.51% | - |
| XYZ | 7.81 | 8.61 | 22.72 | - |
| YUV | 72.28 | 161.13 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 131 | 0.84 | 0.34 | 0 | 0.49 | 204 | 0.72 | 0.3 |
| Hex | 15 | 57 | 83 | 54 | 22 | 0 | 31 | CC | 48 | 1E |
| Octal | 25 | 127 | 203 | 124 | 42 | 0 | 61 | 314 | 110 | 36 |
| Binary | 10101 | 1010111 | 10000011 | 1010100 | 100010 | 0 | 110001 | 11001100 | 1001000 | 11110 |
Color Harmonies of #155783
Complementary color
Monochromatic Colors of #155783
Black with #155783
Text Example
Text Example
White with #155783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155783; }
p { color: rgb(21,87,131); }
H1.HeaderClassName
{
color: #155783;
}
.AnyTagClassName
{
color: #155783;
}
</style>
background-color css
<style>
a { background-color: #155783; }
a { background-color: rgb(21,87,131); }
div.DivClassName
{
background-color: #155783;
}
.BgClassName
{
background-color: #155783;
}
</style>
border-color css
<style>
span { border-color: #155783; }
span { border-color: rgb(21,87,131); }
td.TdClassName
{
border-color: #155783;
}
.TagClassName
{
border-color: #155783;
}
</style>