Shades of Bahama Blue #155683
Tints of Bahama Blue #155683
RGB
CMYK
RGB Variations
Color information
#155683 (or 0x155683) is known color: Bahama Blue. HEX triplet: 15, 56 and 83. RGB value is (21,86,131). Sum of RGB (Red+Green+Blue) = 21+86+131=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #155683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155683 is #EAA97C. Grayscale: #474747. Windows color (decimal): -15378813 or 8607253. OLE color: 8607253.
HSL color Cylindrical-coordinate representation of color #155683: hue angle of 204.55º 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 #155683 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 86 | 131 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.49 |
| HSL | 204.55º | 0.72% | 0.3% | - |
| HSV(B) | 204.55º | 0.84% | 0.51% | - |
| XYZ | 7.73 | 8.45 | 22.7 | - |
| YUV | 71.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 131 | 0.84 | 0.34 | 0 | 0.49 | 204.55 | 0.72 | 0.3 |
| Hex | 15 | 56 | 83 | 54 | 22 | 0 | 31 | CD | 48 | 1E |
| Octal | 25 | 126 | 203 | 124 | 42 | 0 | 61 | 315 | 110 | 36 |
| Binary | 10101 | 1010110 | 10000011 | 1010100 | 100010 | 0 | 110001 | 11001101 | 1001000 | 11110 |
Color Harmonies of #155683
Complementary color
Monochromatic Colors of #155683
Black with #155683
Text Example
Text Example
White with #155683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155683; }
p { color: rgb(21,86,131); }
H1.HeaderClassName
{
color: #155683;
}
.AnyTagClassName
{
color: #155683;
}
</style>
background-color css
<style>
a { background-color: #155683; }
a { background-color: rgb(21,86,131); }
div.DivClassName
{
background-color: #155683;
}
.BgClassName
{
background-color: #155683;
}
</style>
border-color css
<style>
span { border-color: #155683; }
span { border-color: rgb(21,86,131); }
td.TdClassName
{
border-color: #155683;
}
.TagClassName
{
border-color: #155683;
}
</style>